Color Hex Logo

#c08bce Color Hex

#C08BCE
(192,139,206)
0 Favorites   0 Comments

Color spaces of #c08bce

RGB 192139206
HSL0.800.410.68
HSV287°33°81°
CMYK 0.070.330.00   0.19
XYZ42.111434.127962.7604
Yxy34.12790.30300.2455
Hunter Lab58.419126.4383-22.8027
CIE-Lab65.064031.7608-26.6800

#c08bce color RGB value is (192,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 11001110
Octal 300 213 316
Decimal 192 139 206
Hex C0 8B CE

RGB Percentages of Color #c08bce

%35.75
%25.88
%38.36

CMYK Percentages of Color #c08bce

%7
%33
%0
%19

Triadic Colors of #c08bce

#c08bce #cec08b #8bcec0

Analogous Colors of #c08bce

#c08bce #ce8bbb #9f8bce

Monochromatic Colors of #c08bce

#c08bce

Complementary Color

#c08bce #99ce8b

#c08bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bce Color CSS Codes

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

#c08bce Text Font Color

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

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


#c08bce Background Color

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

This div background color is #c08bce


#c08bce Border Color

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

This div border color is #c08bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,139,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 #c08bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bce


Comments

No comments written yet.

Please login to write comment.