Color Hex Logo

#c951de Color Hex

#C951DE
(201,81,222)
0 Favorites   0 Comments

Color spaces of #c951de

RGB 20181222
HSL0.810.680.59
HSV291°64°87°
CMYK 0.090.640.00   0.13
XYZ40.214623.576371.5384
Yxy23.57630.29720.1742
Hunter Lab48.555462.8653-53.3652
CIE-Lab55.661166.4794-50.3158

#c951de color RGB value is (201,81,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11011110
Octal 311 121 336
Decimal 201 81 222
Hex C9 51 DE

RGB Percentages of Color #c951de

%39.88
%16.07
%44.05

CMYK Percentages of Color #c951de

%9
%64
%0
%13

Triadic Colors of #c951de

#c951de #dec951 #51dec9

Analogous Colors of #c951de

#c951de #de51ad #8351de

Monochromatic Colors of #c951de

#c951de

Complementary Color

#c951de #66de51

#c951de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951de Color CSS Codes

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

#c951de Text Font Color

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

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


#c951de Background Color

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

This div background color is #c951de


#c951de Border Color

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

This div border color is #c951de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951de


Comments

No comments written yet.

Please login to write comment.