Color Hex Logo

#c099df Color Hex

#C099DF
(192,153,223)
0 Favorites   0 Comments

Color spaces of #c099df

RGB 192153223
HSL0.760.520.74
HSV273°31°87°
CMYK 0.140.310.00   0.13
XYZ46.448739.316674.9528
Yxy39.31660.28900.2446
Hunter Lab62.703022.4980-26.9810
CIE-Lab68.980027.5426-30.0754

#c099df color RGB value is (192,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 11011111
Octal 300 231 337
Decimal 192 153 223
Hex C0 99 DF

RGB Percentages of Color #c099df

%33.80
%26.94
%39.26

CMYK Percentages of Color #c099df

%14
%31
%0
%13

Triadic Colors of #c099df

#c099df #dfc099 #99dfc0

Analogous Colors of #c099df

#c099df #df99db #9d99df

Monochromatic Colors of #c099df

#c099df

Complementary Color

#c099df #b8df99

#c099df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099df Color CSS Codes

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

#c099df Text Font Color

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

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


#c099df Background Color

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

This div background color is #c099df


#c099df Border Color

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

This div border color is #c099df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,153,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 #c099df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099df


Comments

No comments written yet.

Please login to write comment.