color codes Logo

#c27adb color codes

#C27ADB
(194,122,219)
0 Favorites   0 Comments

Color spaces of #c27adb

RGB 194122219
HSL0.790.570.67
HSV285°44°86°
CMYK 0.110.440.00   0.14
XYZ41.993930.502970.6922
Yxy30.50290.29330.2130
Hunter Lab55.229439.0716-37.2290
CIE-Lab62.085744.2431-38.5505

#c27adb color RGB value is (194,122,219).

#c27adb hex color red value is 194, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c27adb hue: 0.79 , saturation: 0.57 and the lightness value of c27adb is 0.67.

The process color (four color CMYK) of #c27adb color code is 0.11, 0.44, 0.00, 0.14. Web safe color of #c27adb is #cc66cc. Color #c27adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 11011011
Octal 302 172 333
Decimal 194 122 219
Hex C2 7A DB

RGB Percentages of Color #c27adb

%36.26
%22.80
%40.93

CMYK Percentages of Color #c27adb

%11
%44
%0
%14

Triadic Colors of #c27adb

#c27adb #dbc27a #7adbc2

Analogous Colors of #c27adb

#c27adb #db7ac4 #927adb

Monochromatic Colors of #c27adb

#c27adb

Complementary Color

#c27adb #93db7a

#c27adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27adb Color CSS Codes

.mybgcolor {background-color:#c27adb; } 
.myforecolor {color:#c27adb; }
.mybordercolor {border:3px solid #c27adb; }

#c27adb Text Font Color

<p style="color:#c27adb">Text here</p>

This sample text font color is #c27adb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c27adb Background Color

<div style="background-color:#c27adb">
Div content here</div>

This div background color is #c27adb


#c27adb Border Color

<div style="border:3px solid #c27adb">
Div here</div>

This div border color is #c27adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,122,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27adb;
  -webkit-box-shadow: 1px 1px 3px 2px #c27adb;
  box-shadow:         1px 1px 3px 2px #c27adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,122,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c27adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c27adb;
  -webkit-box-shadow: 1px 1px 3px 2px #c27adb;
  box-shadow:         1px 1px 3px 2px #c27adb;">
Div content here</div>

This div box has shadow with color #c27adb


Comments

No comments written yet.

Please login to write comment.