Color Hex Logo

#c85cfa Color Hex

#C85CFA
(200,92,250)
0 Favorites   0 Comments

Color spaces of #c85cfa

RGB 20092250
HSL0.780.940.67
HSV281°63°98°
CMYK 0.200.630.00   0.02
XYZ44.901926.835893.2557
Yxy26.83580.27210.1626
Hunter Lab51.803364.0640-70.4709
CIE-Lab58.822066.9057-60.9301

#c85cfa color RGB value is (200,92,250).

#c85cfa hex color red value is 200, green value is 92 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c85cfa hue: 0.78 , saturation: 0.94 and the lightness value of c85cfa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 11111010
Octal 310 134 372
Decimal 200 92 250
Hex C8 5C FA

RGB Percentages of Color #c85cfa

%36.90
%16.97
%46.13

CMYK Percentages of Color #c85cfa

%20
%63
%0
%2

Triadic Colors of #c85cfa

#c85cfa #fac85c #5cfac8

Analogous Colors of #c85cfa

#c85cfa #fa5cdd #795cfa

Monochromatic Colors of #c85cfa

#c85cfa

Complementary Color

#c85cfa #8efa5c

#c85cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85cfa Color CSS Codes

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

#c85cfa Text Font Color

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

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


#c85cfa Background Color

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

This div background color is #c85cfa


#c85cfa Border Color

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

This div border color is #c85cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85cfa


Comments

No comments written yet.

Please login to write comment.