Color Hex Logo

#c915ce Color Hex

#C915CE
(201,21,206)
0 Favorites   0 Comments

Color spaces of #c915ce

RGB 20121206
HSL0.830.810.45
HSV298°90°81°
CMYK 0.020.900.00   0.19
XYZ35.496117.410159.8821
Yxy17.41010.31470.1544
Hunter Lab41.725478.8317-55.8821
CIE-Lab48.772780.8751-52.1840

#c915ce color RGB value is (201,21,206).

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

The process color (four color CMYK) of #c915ce color hex is 0.02, 0.90, 0.00, 0.19. Web safe color of #c915ce is #cc00cc. Color #c915ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 11001110
Octal 311 25 316
Decimal 201 21 206
Hex C9 15 CE

RGB Percentages of Color #c915ce

%46.96
%4.91
%48.13

CMYK Percentages of Color #c915ce

%2
%90
%0
%19

Triadic Colors of #c915ce

#c915ce #cec915 #15cec9

Analogous Colors of #c915ce

#c915ce #ce1577 #6d15ce

Monochromatic Colors of #c915ce

#c915ce

Complementary Color

#c915ce #1ace15

#c915ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915ce Color CSS Codes

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

#c915ce Text Font Color

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

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


#c915ce Background Color

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

This div background color is #c915ce


#c915ce Border Color

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

This div border color is #c915ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915ce


Comments

No comments written yet.

Please login to write comment.