Color Hex Logo

#c08fce Color Hex

#C08FCE
(192,143,206)
0 Favorites   0 Comments

Color spaces of #c08fce

RGB 192143206
HSL0.800.390.68
HSV287°31°81°
CMYK 0.070.310.00   0.19
XYZ42.701335.307662.9570
Yxy35.30760.30290.2505
Hunter Lab59.420224.2906-21.2249
CIE-Lab65.987529.5518-25.2614

#c08fce color RGB value is (192,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11001110
Octal 300 217 316
Decimal 192 143 206
Hex C0 8F CE

RGB Percentages of Color #c08fce

%35.49
%26.43
%38.08

CMYK Percentages of Color #c08fce

%7
%31
%0
%19

Triadic Colors of #c08fce

#c08fce #cec08f #8fcec0

Analogous Colors of #c08fce

#c08fce #ce8fbd #a18fce

Monochromatic Colors of #c08fce

#c08fce

Complementary Color

#c08fce #9dce8f

#c08fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fce Color CSS Codes

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

#c08fce Text Font Color

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

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


#c08fce Background Color

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

This div background color is #c08fce


#c08fce Border Color

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

This div border color is #c08fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fce


Comments

No comments written yet.

Please login to write comment.