Color Hex Logo

#c08ee0 Color Hex

#C08EE0
(192,142,224)
0 Favorites   0 Comments

Color spaces of #c08ee0

RGB 192142224
HSL0.770.570.72
HSV277°37°88°
CMYK 0.140.370.00   0.12
XYZ44.865835.934375.0923
Yxy35.93430.28780.2305
Hunter Lab59.945228.6936-32.3099
CIE-Lab66.469733.8373-34.5130

#c08ee0 color RGB value is (192,142,224).

#c08ee0 hex color red value is 192, green value is 142 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c08ee0 hue: 0.77 , saturation: 0.57 and the lightness value of c08ee0 is 0.72.

The process color (four color CMYK) of #c08ee0 color hex is 0.14, 0.37, 0.00, 0.12. Web safe color of #c08ee0 is #cc99cc. Color #c08ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11100000
Octal 300 216 340
Decimal 192 142 224
Hex C0 8E E0

RGB Percentages of Color #c08ee0

%34.41
%25.45
%40.14

CMYK Percentages of Color #c08ee0

%14
%37
%0
%12

Triadic Colors of #c08ee0

#c08ee0 #e0c08e #8ee0c0

Analogous Colors of #c08ee0

#c08ee0 #e08ed7 #978ee0

Monochromatic Colors of #c08ee0

#c08ee0

Complementary Color

#c08ee0 #aee08e

#c08ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ee0 Color CSS Codes

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

#c08ee0 Text Font Color

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

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


#c08ee0 Background Color

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

This div background color is #c08ee0


#c08ee0 Border Color

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

This div border color is #c08ee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ee0


Comments

No comments written yet.

Please login to write comment.