Color Hex Logo

#c09adf Color Hex

#C09ADF
(192,154,223)
0 Favorites   0 Comments

Color spaces of #c09adf

RGB 192154223
HSL0.760.520.74
HSV273°31°87°
CMYK 0.140.310.00   0.13
XYZ46.613139.645475.0076
Yxy39.64540.28900.2458
Hunter Lab62.964621.9567-26.5550
CIE-Lab69.216226.9885-29.7111

#c09adf color RGB value is (192,154,223).

#c09adf hex color red value is 192, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c09adf hue: 0.76 , saturation: 0.52 and the lightness value of c09adf is 0.74.

The process color (four color CMYK) of #c09adf color hex is 0.14, 0.31, 0.00, 0.13. Web safe color of #c09adf is #cc99cc. Color #c09adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 11011111
Octal 300 232 337
Decimal 192 154 223
Hex C0 9A DF

RGB Percentages of Color #c09adf

%33.74
%27.07
%39.19

CMYK Percentages of Color #c09adf

%14
%31
%0
%13

Triadic Colors of #c09adf

#c09adf #dfc09a #9adfc0

Analogous Colors of #c09adf

#c09adf #df9adc #9e9adf

Monochromatic Colors of #c09adf

#c09adf

Complementary Color

#c09adf #b9df9a

#c09adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09adf Color CSS Codes

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

#c09adf Text Font Color

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

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


#c09adf Background Color

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

This div background color is #c09adf


#c09adf Border Color

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

This div border color is #c09adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09adf


Comments

No comments written yet.

Please login to write comment.