Color Hex Logo

#c09ddc Color Hex

#C09DDC
(192,157,220)
0 Favorites   0 Comments

Color spaces of #c09ddc

RGB 192157220
HSL0.760.470.74
HSV273°29°86°
CMYK 0.130.290.00   0.14
XYZ46.713540.487773.0630
Yxy40.48770.29150.2526
Hunter Lab63.629919.6922-23.5387
CIE-Lab69.815524.6883-27.1381

#c09ddc color RGB value is (192,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11011100
Octal 300 235 334
Decimal 192 157 220
Hex C0 9D DC

RGB Percentages of Color #c09ddc

%33.74
%27.59
%38.66

CMYK Percentages of Color #c09ddc

%13
%29
%0
%14

Triadic Colors of #c09ddc

#c09ddc #dcc09d #9ddcc0

Analogous Colors of #c09ddc

#c09ddc #dc9dd9 #a19ddc

Monochromatic Colors of #c09ddc

#c09ddc

Complementary Color

#c09ddc #b9dc9d

#c09ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ddc Color CSS Codes

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

#c09ddc Text Font Color

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

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


#c09ddc Background Color

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

This div background color is #c09ddc


#c09ddc Border Color

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

This div border color is #c09ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ddc


Comments

No comments written yet.

Please login to write comment.