color codes Logo

#c09dbe color codes

#C09DBE
(192,157,190)
0 Favorites   0 Comments

Color spaces of #c09dbe

RGB 192157190
HSL0.840.220.68
HSV303°18°75°
CMYK 0.000.180.01   0.25
XYZ43.089539.038153.9792
Yxy39.03810.31660.2868
Hunter Lab62.480513.7612-7.4865
CIE-Lab68.778918.6769-12.1191

#c09dbe color RGB value is (192,157,190).

#c09dbe hex color red value is 192, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c09dbe hue: 0.84 , saturation: 0.22 and the lightness value of c09dbe is 0.68.

The process color (four color CMYK) of #c09dbe color code is 0.00, 0.18, 0.01, 0.25. Web safe color of #c09dbe is #cc99cc. Color #c09dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 10111110
Octal 300 235 276
Decimal 192 157 190
Hex C0 9D BE

RGB Percentages of Color #c09dbe

%35.62
%29.13
%35.25

CMYK Percentages of Color #c09dbe

%0
%18
%1
%25

Triadic Colors of #c09dbe

#c09dbe #bec09d #9dbec0

Analogous Colors of #c09dbe

#c09dbe #c09dad #b19dc0

Monochromatic Colors of #c09dbe

#c09dbe

Complementary Color

#c09dbe #9dc09f

#c09dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09dbe Color CSS Codes

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

#c09dbe Text Font Color

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

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


#c09dbe Background Color

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

This div background color is #c09dbe


#c09dbe Border Color

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

This div border color is #c09dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09dbe


Comments

No comments written yet.

Please login to write comment.