Color Hex Logo

#c951fb Color Hex

#C951FB
(201,81,251)
0 Favorites   0 Comments

Color spaces of #c951fb

RGB 20181251
HSL0.780.960.65
HSV282°68°98°
CMYK 0.200.680.00   0.02
XYZ44.442425.267493.8015
Yxy25.26740.27180.1545
Hunter Lab50.266769.8509-75.4530
CIE-Lab57.335071.9823-63.8637

#c951fb color RGB value is (201,81,251).

#c951fb hex color red value is 201, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c951fb hue: 0.78 , saturation: 0.96 and the lightness value of c951fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11111011
Octal 311 121 373
Decimal 201 81 251
Hex C9 51 FB

RGB Percentages of Color #c951fb

%37.71
%15.20
%47.09

CMYK Percentages of Color #c951fb

%20
%68
%0
%2

Triadic Colors of #c951fb

#c951fb #fbc951 #51fbc9

Analogous Colors of #c951fb

#c951fb #fb51d8 #7451fb

Monochromatic Colors of #c951fb

#c951fb

Complementary Color

#c951fb #83fb51

#c951fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951fb Color CSS Codes

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

#c951fb Text Font Color

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

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


#c951fb Background Color

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

This div background color is #c951fb


#c951fb Border Color

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

This div border color is #c951fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951fb


Comments

No comments written yet.

Please login to write comment.