Color Hex Logo

#c858fa Color Hex

#C858FA
(200,88,250)
0 Favorites   0 Comments

Color spaces of #c858fa

RGB 20088250
HSL0.780.940.66
HSV281°65°98°
CMYK 0.200.650.00   0.02
XYZ44.564526.160993.1432
Yxy26.16090.27200.1596
Hunter Lab51.147766.0167-72.1674
CIE-Lab58.189568.6545-61.9443

#c858fa color RGB value is (200,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11111010
Octal 310 130 372
Decimal 200 88 250
Hex C8 58 FA

RGB Percentages of Color #c858fa

%37.17
%16.36
%46.47

CMYK Percentages of Color #c858fa

%20
%65
%0
%2

Triadic Colors of #c858fa

#c858fa #fac858 #58fac8

Analogous Colors of #c858fa

#c858fa #fa58db #7758fa

Monochromatic Colors of #c858fa

#c858fa

Complementary Color

#c858fa #8afa58

#c858fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858fa Color CSS Codes

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

#c858fa Text Font Color

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

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


#c858fa Background Color

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

This div background color is #c858fa


#c858fa Border Color

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

This div border color is #c858fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858fa


Comments

No comments written yet.

Please login to write comment.