Color Hex Logo

#c09bdf Color Hex

#C09BDF
(192,155,223)
0 Favorites   0 Comments

Color spaces of #c09bdf

RGB 192155223
HSL0.760.520.74
HSV273°30°87°
CMYK 0.140.300.00   0.13
XYZ46.778939.976975.0628
Yxy39.97690.28910.2470
Hunter Lab63.227321.4160-26.1294
CIE-Lab69.453126.4345-29.3461

#c09bdf color RGB value is (192,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11011111
Octal 300 233 337
Decimal 192 155 223
Hex C0 9B DF

RGB Percentages of Color #c09bdf

%33.68
%27.19
%39.12

CMYK Percentages of Color #c09bdf

%14
%30
%0
%13

Triadic Colors of #c09bdf

#c09bdf #dfc09b #9bdfc0

Analogous Colors of #c09bdf

#c09bdf #df9bdc #9e9bdf

Monochromatic Colors of #c09bdf

#c09bdf

Complementary Color

#c09bdf #badf9b

#c09bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bdf Color CSS Codes

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

#c09bdf Text Font Color

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

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


#c09bdf Background Color

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

This div background color is #c09bdf


#c09bdf Border Color

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

This div border color is #c09bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bdf


Comments

No comments written yet.

Please login to write comment.