Color Hex Logo

#c951ce Color Hex

#C951CE
(201,81,206)
0 Favorites   0 Comments

Color spaces of #c951ce

RGB 20181206
HSL0.830.560.56
HSV298°61°81°
CMYK 0.020.610.00   0.19
XYZ38.170422.758660.7736
Yxy22.75860.31360.1870
Hunter Lab47.706059.3356-42.1365
CIE-Lab54.822863.6214-42.5619

#c951ce color RGB value is (201,81,206).

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

The process color (four color CMYK) of #c951ce color hex is 0.02, 0.61, 0.00, 0.19. Web safe color of #c951ce is #cc66cc. Color #c951ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11001110
Octal 311 121 316
Decimal 201 81 206
Hex C9 51 CE

RGB Percentages of Color #c951ce

%41.19
%16.60
%42.21

CMYK Percentages of Color #c951ce

%2
%61
%0
%19

Triadic Colors of #c951ce

#c951ce #cec951 #51cec9

Analogous Colors of #c951ce

#c951ce #ce5195 #8b51ce

Monochromatic Colors of #c951ce

#c951ce

Complementary Color

#c951ce #56ce51

#c951ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951ce Color CSS Codes

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

#c951ce Text Font Color

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

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


#c951ce Background Color

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

This div background color is #c951ce


#c951ce Border Color

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

This div border color is #c951ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951ce


Comments

No comments written yet.

Please login to write comment.