Color Hex Logo

#c871fe Color Hex

#C871FE
(200,113,254)
0 Favorites   0 Comments

Color spaces of #c871fe

RGB 200113254
HSL0.770.990.72
HSV277°56°100°
CMYK 0.210.560.00   0.00
XYZ47.613931.245497.2874
Yxy31.24540.27030.1774
Hunter Lab55.897654.2266-64.0634
CIE-Lab62.714257.8162-56.9180

#c871fe color RGB value is (200,113,254).

#c871fe hex color red value is 200, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c871fe hue: 0.77 , saturation: 0.99 and the lightness value of c871fe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 11111110
Octal 310 161 376
Decimal 200 113 254
Hex C8 71 FE

RGB Percentages of Color #c871fe

%35.27
%19.93
%44.80

CMYK Percentages of Color #c871fe

%21
%56
%0
%0

Triadic Colors of #c871fe

#c871fe #fec871 #71fec8

Analogous Colors of #c871fe

#c871fe #fe71ee #8271fe

Monochromatic Colors of #c871fe

#c871fe

Complementary Color

#c871fe #a7fe71

#c871fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c871fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c871fe Color CSS Codes

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

#c871fe Text Font Color

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

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


#c871fe Background Color

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

This div background color is #c871fe


#c871fe Border Color

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

This div border color is #c871fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c871fe

Related Colors


Comments

No comments written yet.

Please login to write comment.