Color Hex Logo

#c09ad6 Color Hex

#C09AD6
(192,154,214)
0 Favorites   0 Comments

Color spaces of #c09ad6

RGB 192154214
HSL0.770.420.72
HSV278°28°84°
CMYK 0.100.280.00   0.16
XYZ45.431439.172768.7849
Yxy39.17270.29620.2554
Hunter Lab62.588120.0403-21.3486
CIE-Lab68.876225.0936-25.2711

#c09ad6 color RGB value is (192,154,214).

#c09ad6 hex color red value is 192, green value is 154 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #c09ad6 hue: 0.77 , saturation: 0.42 and the lightness value of c09ad6 is 0.72.

The process color (four color CMYK) of #c09ad6 color hex is 0.10, 0.28, 0.00, 0.16. Web safe color of #c09ad6 is #cc99cc. Color #c09ad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 11010110
Octal 300 232 326
Decimal 192 154 214
Hex C0 9A D6

RGB Percentages of Color #c09ad6

%34.29
%27.50
%38.21

CMYK Percentages of Color #c09ad6

%10
%28
%0
%16

Triadic Colors of #c09ad6

#c09ad6 #d6c09a #9ad6c0

Analogous Colors of #c09ad6

#c09ad6 #d69ace #a29ad6

Monochromatic Colors of #c09ad6

#c09ad6

Complementary Color

#c09ad6 #b0d69a

#c09ad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ad6 Color CSS Codes

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

#c09ad6 Text Font Color

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

This sample text font color is #c09ad6
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.


#c09ad6 Background Color

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

This div background color is #c09ad6


#c09ad6 Border Color

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

This div border color is #c09ad6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,154,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09ad6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09ad6;
  -webkit-box-shadow: 1px 1px 3px 2px #c09ad6;
  box-shadow:         1px 1px 3px 2px #c09ad6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,154,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ad6

#c09ad6 Color Palettes


Comments

No comments written yet.

Please login to write comment.