Color Hex Logo

#c08ee5 Color Hex

#C08EE5
(192,142,229)
0 Favorites   0 Comments

Color spaces of #c08ee5

RGB 192142229
HSL0.760.630.73
HSV274°38°90°
CMYK 0.160.380.00   0.10
XYZ45.554136.209678.7169
Yxy36.20960.28390.2256
Hunter Lab60.174429.8254-35.4379
CIE-Lab66.679834.9126-36.9493

#c08ee5 color RGB value is (192,142,229).

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

The process color (four color CMYK) of #c08ee5 color hex is 0.16, 0.38, 0.00, 0.10. Web safe color of #c08ee5 is #cc99cc. Color #c08ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11100101
Octal 300 216 345
Decimal 192 142 229
Hex C0 8E E5

RGB Percentages of Color #c08ee5

%34.10
%25.22
%40.67

CMYK Percentages of Color #c08ee5

%16
%38
%0
%10

Triadic Colors of #c08ee5

#c08ee5 #e5c08e #8ee5c0

Analogous Colors of #c08ee5

#c08ee5 #e58edf #958ee5

Monochromatic Colors of #c08ee5

#c08ee5

Complementary Color

#c08ee5 #b3e58e

#c08ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ee5 Color CSS Codes

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

#c08ee5 Text Font Color

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

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


#c08ee5 Background Color

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

This div background color is #c08ee5


#c08ee5 Border Color

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

This div border color is #c08ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ee5


Comments

No comments written yet.

Please login to write comment.