Color Hex Logo

#c951df Color Hex

#C951DF
(201,81,223)
0 Favorites   0 Comments

Color spaces of #c951df

RGB 20181223
HSL0.810.690.60
HSV291°64°87°
CMYK 0.100.640.00   0.13
XYZ40.349123.630172.2465
Yxy23.63010.29620.1735
Hunter Lab48.610863.0939-54.0906
CIE-Lab55.715566.6627-50.7937

#c951df color RGB value is (201,81,223).

#c951df hex color red value is 201, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c951df hue: 0.81 , saturation: 0.69 and the lightness value of c951df is 0.60.

The process color (four color CMYK) of #c951df color hex is 0.10, 0.64, 0.00, 0.13. Web safe color of #c951df is #cc66cc. Color #c951df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11011111
Octal 311 121 337
Decimal 201 81 223
Hex C9 51 DF

RGB Percentages of Color #c951df

%39.80
%16.04
%44.16

CMYK Percentages of Color #c951df

%10
%64
%0
%13

Triadic Colors of #c951df

#c951df #dfc951 #51dfc9

Analogous Colors of #c951df

#c951df #df51ae #8251df

Monochromatic Colors of #c951df

#c951df

Complementary Color

#c951df #67df51

#c951df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951df Color CSS Codes

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

#c951df Text Font Color

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

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


#c951df Background Color

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

This div background color is #c951df


#c951df Border Color

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

This div border color is #c951df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951df


Comments

No comments written yet.

Please login to write comment.