Color Hex Logo

#c08dec Color Hex

#C08DEC
(192,141,236)
0 Favorites   0 Comments

Color spaces of #c08dec

RGB 192141236
HSL0.760.710.74
HSV272°40°93°
CMYK 0.190.400.00   0.07
XYZ46.403436.312383.9201
Yxy36.31230.27850.2179
Hunter Lab60.259732.0007-40.3879
CIE-Lab66.757936.9927-40.6856

#c08dec color RGB value is (192,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 11101100
Octal 300 215 354
Decimal 192 141 236
Hex C0 8D EC

RGB Percentages of Color #c08dec

%33.74
%24.78
%41.48

CMYK Percentages of Color #c08dec

%19
%40
%0
%7

Triadic Colors of #c08dec

#c08dec #ecc08d #8decc0

Analogous Colors of #c08dec

#c08dec #ec8de9 #918dec

Monochromatic Colors of #c08dec

#c08dec

Complementary Color

#c08dec #b9ec8d

#c08dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08dec Color CSS Codes

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

#c08dec Text Font Color

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

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


#c08dec Background Color

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

This div background color is #c08dec


#c08dec Border Color

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

This div border color is #c08dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08dec


Comments

No comments written yet.

Please login to write comment.