Color Hex Logo

#c05fce Color Hex

#C05FCE
(192,95,206)
0 Favorites   0 Comments

Color spaces of #c05fce

RGB 19295206
HSL0.810.530.59
HSV292°54°81°
CMYK 0.070.540.00   0.19
XYZ36.971023.847161.0469
Yxy23.84710.30340.1957
Hunter Lab48.833549.6807-39.9352
CIE-Lab55.934454.9252-40.8919

#c05fce color RGB value is (192,95,206).

#c05fce hex color red value is 192, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c05fce hue: 0.81 , saturation: 0.53 and the lightness value of c05fce is 0.59.

The process color (four color CMYK) of #c05fce color hex is 0.07, 0.54, 0.00, 0.19. Web safe color of #c05fce is #cc66cc. Color #c05fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11001110
Octal 300 137 316
Decimal 192 95 206
Hex C0 5F CE

RGB Percentages of Color #c05fce

%38.95
%19.27
%41.78

CMYK Percentages of Color #c05fce

%7
%54
%0
%19

Triadic Colors of #c05fce

#c05fce #cec05f #5fcec0

Analogous Colors of #c05fce

#c05fce #ce5fa5 #895fce

Monochromatic Colors of #c05fce

#c05fce

Complementary Color

#c05fce #6dce5f

#c05fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05fce Color CSS Codes

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

#c05fce Text Font Color

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

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


#c05fce Background Color

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

This div background color is #c05fce


#c05fce Border Color

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

This div border color is #c05fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05fce


Comments

No comments written yet.

Please login to write comment.