Color Hex Logo

#c871fb Color Hex

#C871FB
(200,113,251)
0 Favorites   0 Comments

Color spaces of #c871fb

RGB 200113251
HSL0.770.950.71
HSV278°55°98°
CMYK 0.200.550.00   0.02
XYZ47.137131.054694.7765
Yxy31.05460.27250.1795
Hunter Lab55.726753.4649-61.8282
CIE-Lab62.553757.1782-55.5231

#c871fb color RGB value is (200,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 11111011
Octal 310 161 373
Decimal 200 113 251
Hex C8 71 FB

RGB Percentages of Color #c871fb

%35.46
%20.04
%44.50

CMYK Percentages of Color #c871fb

%20
%55
%0
%2

Triadic Colors of #c871fb

#c871fb #fbc871 #71fbc8

Analogous Colors of #c871fb

#c871fb #fb71e9 #8371fb

Monochromatic Colors of #c871fb

#c871fb

Complementary Color

#c871fb #a4fb71

#c871fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c871fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c871fb Color CSS Codes

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

#c871fb Text Font Color

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

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


#c871fb Background Color

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

This div background color is #c871fb


#c871fb Border Color

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

This div border color is #c871fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c871fb


Comments

No comments written yet.

Please login to write comment.