Color Hex Logo

#c08ecf Color Hex

#C08ECF
(192,142,207)
0 Favorites   0 Comments

Color spaces of #c08ecf

RGB 192142207
HSL0.790.400.68
HSV286°31°81°
CMYK 0.070.310.00   0.19
XYZ42.673735.057563.5491
Yxy35.05750.30200.2481
Hunter Lab59.209425.0331-22.1891
CIE-Lab65.793430.3057-26.1166

#c08ecf color RGB value is (192,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11001111
Octal 300 216 317
Decimal 192 142 207
Hex C0 8E CF

RGB Percentages of Color #c08ecf

%35.49
%26.25
%38.26

CMYK Percentages of Color #c08ecf

%7
%31
%0
%19

Triadic Colors of #c08ecf

#c08ecf #cfc08e #8ecfc0

Analogous Colors of #c08ecf

#c08ecf #cf8ebe #a08ecf

Monochromatic Colors of #c08ecf

#c08ecf

Complementary Color

#c08ecf #9dcf8e

#c08ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ecf Color CSS Codes

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

#c08ecf Text Font Color

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

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


#c08ecf Background Color

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

This div background color is #c08ecf


#c08ecf Border Color

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

This div border color is #c08ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ecf


Comments

No comments written yet.

Please login to write comment.