Color Hex Logo

#c09bdd Color Hex

#C09BDD
(192,155,221)
0 Favorites   0 Comments

Color spaces of #c09bdd

RGB 192155221
HSL0.760.490.74
HSV274°30°87°
CMYK 0.130.300.00   0.13
XYZ46.510739.869673.6508
Yxy39.86960.29060.2491
Hunter Lab63.142420.9840-24.9576
CIE-Lab69.376626.0084-28.3632

#c09bdd color RGB value is (192,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11011101
Octal 300 233 335
Decimal 192 155 221
Hex C0 9B DD

RGB Percentages of Color #c09bdd

%33.80
%27.29
%38.91

CMYK Percentages of Color #c09bdd

%13
%30
%0
%13

Triadic Colors of #c09bdd

#c09bdd #ddc09b #9bddc0

Analogous Colors of #c09bdd

#c09bdd #dd9bd9 #9f9bdd

Monochromatic Colors of #c09bdd

#c09bdd

Complementary Color

#c09bdd #b8dd9b

#c09bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bdd Color CSS Codes

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

#c09bdd Text Font Color

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

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


#c09bdd Background Color

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

This div background color is #c09bdd


#c09bdd Border Color

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

This div border color is #c09bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bdd


Comments

No comments written yet.

Please login to write comment.