Color Hex Logo

#c858fc Color Hex

#C858FC
(200,88,252)
0 Favorites   0 Comments

Color spaces of #c858fc

RGB 20088252
HSL0.780.960.67
HSV281°65°99°
CMYK 0.210.650.00   0.01
XYZ44.879826.287194.8039
Yxy26.28710.27040.1584
Hunter Lab51.270966.5250-73.7421
CIE-Lab58.308669.0550-62.8607

#c858fc color RGB value is (200,88,252).

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

The process color (four color CMYK) of #c858fc color hex is 0.21, 0.65, 0.00, 0.01. Web safe color of #c858fc is #cc66ff. Color #c858fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11111100
Octal 310 130 374
Decimal 200 88 252
Hex C8 58 FC

RGB Percentages of Color #c858fc

%37.04
%16.30
%46.67

CMYK Percentages of Color #c858fc

%21
%65
%0
%1

Triadic Colors of #c858fc

#c858fc #fcc858 #58fcc8

Analogous Colors of #c858fc

#c858fc #fc58de #7658fc

Monochromatic Colors of #c858fc

#c858fc

Complementary Color

#c858fc #8cfc58

#c858fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858fc Color CSS Codes

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

#c858fc Text Font Color

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

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


#c858fc Background Color

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

This div background color is #c858fc


#c858fc Border Color

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

This div border color is #c858fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858fc


Comments

No comments written yet.

Please login to write comment.