Color Hex Logo

#c951ef Color Hex

#C951EF
(201,81,239)
0 Favorites   0 Comments

Color spaces of #c951ef

RGB 20181239
HSL0.790.830.63
HSV286°66°94°
CMYK 0.160.660.00   0.06
XYZ42.609824.534484.1512
Yxy24.53440.28160.1622
Hunter Lab49.532266.8722-66.0563
CIE-Lab56.618969.6597-58.3347

#c951ef color RGB value is (201,81,239).

#c951ef hex color red value is 201, green value is 81 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c951ef hue: 0.79 , saturation: 0.83 and the lightness value of c951ef is 0.63.

The process color (four color CMYK) of #c951ef color hex is 0.16, 0.66, 0.00, 0.06. Web safe color of #c951ef is #cc66ff. Color #c951ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11101111
Octal 311 121 357
Decimal 201 81 239
Hex C9 51 EF

RGB Percentages of Color #c951ef

%38.58
%15.55
%45.87

CMYK Percentages of Color #c951ef

%16
%66
%0
%6

Triadic Colors of #c951ef

#c951ef #efc951 #51efc9

Analogous Colors of #c951ef

#c951ef #ef51c6 #7a51ef

Monochromatic Colors of #c951ef

#c951ef

Complementary Color

#c951ef #77ef51

#c951ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951ef Color CSS Codes

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

#c951ef Text Font Color

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

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


#c951ef Background Color

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

This div background color is #c951ef


#c951ef Border Color

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

This div border color is #c951ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,81,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951ef


Comments

No comments written yet.

Please login to write comment.