Color Hex Logo

#c915de Color Hex

#C915DE
(201,21,222)
0 Favorites   0 Comments

Color spaces of #c915de

RGB 20121222
HSL0.820.830.48
HSV294°91°87°
CMYK 0.090.910.00   0.13
XYZ37.540418.227870.6470
Yxy18.22780.29700.1442
Hunter Lab42.694082.2386-68.2230
CIE-Lab49.771283.3546-59.7455

#c915de color RGB value is (201,21,222).

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

The process color (four color CMYK) of #c915de color hex is 0.09, 0.91, 0.00, 0.13. Web safe color of #c915de is #cc00cc. Color #c915de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 11011110
Octal 311 25 336
Decimal 201 21 222
Hex C9 15 DE

RGB Percentages of Color #c915de

%45.27
%4.73
%50.00

CMYK Percentages of Color #c915de

%9
%91
%0
%13

Triadic Colors of #c915de

#c915de #dec915 #15dec9

Analogous Colors of #c915de

#c915de #de158f #6515de

Monochromatic Colors of #c915de

#c915de

Complementary Color

#c915de #2ade15

#c915de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915de Color CSS Codes

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

#c915de Text Font Color

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

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


#c915de Background Color

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

This div background color is #c915de


#c915de Border Color

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

This div border color is #c915de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915de


Comments

No comments written yet.

Please login to write comment.