Color Hex Logo

#c08ece Color Hex

#C08ECE
(192,142,206)
0 Favorites   0 Comments

Color spaces of #c08ece

RGB 192142206
HSL0.800.400.68
HSV287°31°81°
CMYK 0.070.310.00   0.19
XYZ42.551835.008762.9071
Yxy35.00870.30290.2492
Hunter Lab59.168224.8271-21.6189
CIE-Lab65.755430.1045-25.6174

#c08ece color RGB value is (192,142,206).

#c08ece hex color red value is 192, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c08ece hue: 0.80 , saturation: 0.40 and the lightness value of c08ece is 0.68.

The process color (four color CMYK) of #c08ece color hex is 0.07, 0.31, 0.00, 0.19. Web safe color of #c08ece is #cc99cc. Color #c08ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11001110
Octal 300 216 316
Decimal 192 142 206
Hex C0 8E CE

RGB Percentages of Color #c08ece

%35.56
%26.30
%38.15

CMYK Percentages of Color #c08ece

%7
%31
%0
%19

Triadic Colors of #c08ece

#c08ece #cec08e #8ecec0

Analogous Colors of #c08ece

#c08ece #ce8ebc #a08ece

Monochromatic Colors of #c08ece

#c08ece

Complementary Color

#c08ece #9cce8e

#c08ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ece Color CSS Codes

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

#c08ece Text Font Color

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

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


#c08ece Background Color

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

This div background color is #c08ece


#c08ece Border Color

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

This div border color is #c08ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ece


Comments

No comments written yet.

Please login to write comment.