Color Hex Logo

#c85fca Color Hex

#C85FCA
(200,95,202)
0 Favorites   0 Comments

Color spaces of #c85fca

RGB 20095202
HSL0.830.500.58
HSV299°53°79°
CMYK 0.010.530.00   0.21
XYZ38.572324.728058.6171
Yxy24.72800.31640.2028
Hunter Lab49.727351.4357-35.0803
CIE-Lab56.809456.3486-37.1654

#c85fca color RGB value is (200,95,202).

#c85fca hex color red value is 200, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c85fca hue: 0.83 , saturation: 0.50 and the lightness value of c85fca is 0.58.

The process color (four color CMYK) of #c85fca color hex is 0.01, 0.53, 0.00, 0.21. Web safe color of #c85fca is #cc66cc. Color #c85fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011111 11001010
Octal 310 137 312
Decimal 200 95 202
Hex C8 5F CA

RGB Percentages of Color #c85fca

%40.24
%19.11
%40.64

CMYK Percentages of Color #c85fca

%1
%53
%0
%21

Triadic Colors of #c85fca

#c85fca #cac85f #5fcac8

Analogous Colors of #c85fca

#c85fca #ca5f97 #935fca

Monochromatic Colors of #c85fca

#c85fca

Complementary Color

#c85fca #61ca5f

#c85fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85fca Color CSS Codes

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

#c85fca Text Font Color

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

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


#c85fca Background Color

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

This div background color is #c85fca


#c85fca Border Color

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

This div border color is #c85fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,95,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85fca


Comments

No comments written yet.

Please login to write comment.