Color Hex Logo

#c08eed Color Hex

#C08EED
(192,142,237)
0 Favorites   0 Comments

Color spaces of #c08eed

RGB 192142237
HSL0.750.730.74
HSV272°40°93°
CMYK 0.190.400.00   0.07
XYZ46.697336.666984.7370
Yxy36.66690.27780.2181
Hunter Lab60.553231.6872-40.5821
CIE-Lab67.026436.6648-40.8157

#c08eed color RGB value is (192,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11101101
Octal 300 216 355
Decimal 192 142 237
Hex C0 8E ED

RGB Percentages of Color #c08eed

%33.63
%24.87
%41.51

CMYK Percentages of Color #c08eed

%19
%40
%0
%7

Triadic Colors of #c08eed

#c08eed #edc08e #8eedc0

Analogous Colors of #c08eed

#c08eed #ed8eeb #918eed

Monochromatic Colors of #c08eed

#c08eed

Complementary Color

#c08eed #bbed8e

#c08eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08eed Color CSS Codes

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

#c08eed Text Font Color

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

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


#c08eed Background Color

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

This div background color is #c08eed


#c08eed Border Color

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

This div border color is #c08eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,142,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 #c08eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08eed


Comments

No comments written yet.

Please login to write comment.