Color Hex Logo

#c08ebf Color Hex

#C08EBF
(192,142,191)
0 Favorites   0 Comments

Color spaces of #c08ebf

RGB 192142191
HSL0.840.280.65
HSV301°26°75°
CMYK 0.000.260.01   0.25
XYZ40.815234.314153.7623
Yxy34.31410.31670.2662
Hunter Lab58.578221.8604-13.4108
CIE-Lab65.211127.1748-18.0580

#c08ebf color RGB value is (192,142,191).

#c08ebf hex color red value is 192, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c08ebf hue: 0.84 , saturation: 0.28 and the lightness value of c08ebf is 0.65.

The process color (four color CMYK) of #c08ebf color hex is 0.00, 0.26, 0.01, 0.25. Web safe color of #c08ebf is #cc99cc. Color #c08ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 10111111
Octal 300 216 277
Decimal 192 142 191
Hex C0 8E BF

RGB Percentages of Color #c08ebf

%36.57
%27.05
%36.38

CMYK Percentages of Color #c08ebf

%0
%26
%1
%25

Triadic Colors of #c08ebf

#c08ebf #bfc08e #8ebfc0

Analogous Colors of #c08ebf

#c08ebf #c08ea6 #a88ec0

Monochromatic Colors of #c08ebf

#c08ebf

Complementary Color

#c08ebf #8ec08f

#c08ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ebf Color CSS Codes

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

#c08ebf Text Font Color

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

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


#c08ebf Background Color

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

This div background color is #c08ebf


#c08ebf Border Color

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

This div border color is #c08ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ebf


Comments

No comments written yet.

Please login to write comment.