Color Hex Logo

#c09ded Color Hex

#C09DED
(192,157,237)
0 Favorites   0 Comments

Color spaces of #c09ded

RGB 192157237
HSL0.740.690.77
HSV266°34°93°
CMYK 0.190.340.00   0.07
XYZ49.081341.434885.5316
Yxy41.43480.27880.2354
Hunter Lab64.369923.4570-33.7228
CIE-Lab70.479528.3835-35.4353

#c09ded color RGB value is (192,157,237).

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

The process color (four color CMYK) of #c09ded color hex is 0.19, 0.34, 0.00, 0.07. Web safe color of #c09ded is #cc99ff. Color #c09ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11101101
Octal 300 235 355
Decimal 192 157 237
Hex C0 9D ED

RGB Percentages of Color #c09ded

%32.76
%26.79
%40.44

CMYK Percentages of Color #c09ded

%19
%34
%0
%7

Triadic Colors of #c09ded

#c09ded #edc09d #9dedc0

Analogous Colors of #c09ded

#c09ded #e89ded #9da2ed

Monochromatic Colors of #c09ded

#c09ded

Complementary Color

#c09ded #caed9d

#c09ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ded Color CSS Codes

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

#c09ded Text Font Color

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

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


#c09ded Background Color

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

This div background color is #c09ded


#c09ded Border Color

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

This div border color is #c09ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ded


Comments

No comments written yet.

Please login to write comment.