Color Hex Logo

#c85ffb Color Hex

#C85FFB
(200,95,251)
0 Favorites   0 Comments

Color spaces of #c85ffb

RGB 20095251
HSL0.780.950.68
HSV280°62°98°
CMYK 0.200.620.00   0.02
XYZ45.324227.428894.1722
Yxy27.42880.27150.1643
Hunter Lab52.372562.8255-69.9499
CIE-Lab59.369165.7645-60.6070

#c85ffb color RGB value is (200,95,251).

#c85ffb hex color red value is 200, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c85ffb hue: 0.78 , saturation: 0.95 and the lightness value of c85ffb is 0.68.

The process color (four color CMYK) of #c85ffb color hex is 0.20, 0.62, 0.00, 0.02. Web safe color of #c85ffb is #cc66ff. Color #c85ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011111 11111011
Octal 310 137 373
Decimal 200 95 251
Hex C8 5F FB

RGB Percentages of Color #c85ffb

%36.63
%17.40
%45.97

CMYK Percentages of Color #c85ffb

%20
%62
%0
%2

Triadic Colors of #c85ffb

#c85ffb #fbc85f #5ffbc8

Analogous Colors of #c85ffb

#c85ffb #fb5fe0 #7a5ffb

Monochromatic Colors of #c85ffb

#c85ffb

Complementary Color

#c85ffb #92fb5f

#c85ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85ffb Color CSS Codes

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

#c85ffb Text Font Color

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

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


#c85ffb Background Color

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

This div background color is #c85ffb


#c85ffb Border Color

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

This div border color is #c85ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85ffb


Comments

No comments written yet.

Please login to write comment.