Color Hex Logo

#c915ab Color Hex

#C915AB
(201,21,171)
0 Favorites   0 Comments

Color spaces of #c915ab

RGB 20121171
HSL0.860.810.44
HSV310°90°79°
CMYK 0.000.900.15   0.21
XYZ31.706215.894139.9248
Yxy15.89410.36230.1816
Hunter Lab39.867472.1915-31.4682
CIE-Lab46.835275.9261-34.8132

#c915ab color RGB value is (201,21,171).

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

The process color (four color CMYK) of #c915ab color hex is 0.00, 0.90, 0.15, 0.21. Web safe color of #c915ab is #cc0099. Color #c915ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 10101011
Octal 311 25 253
Decimal 201 21 171
Hex C9 15 AB

RGB Percentages of Color #c915ab

%51.15
%5.34
%43.51

CMYK Percentages of Color #c915ab

%0
%90
%15
%21

Triadic Colors of #c915ab

#c915ab #abc915 #15abc9

Analogous Colors of #c915ab

#c915ab #c91551 #8d15c9

Monochromatic Colors of #c915ab

#c915ab

Complementary Color

#c915ab #15c933

#c915ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915ab Color CSS Codes

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

#c915ab Text Font Color

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

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


#c915ab Background Color

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

This div background color is #c915ab


#c915ab Border Color

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

This div border color is #c915ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915ab


Comments

No comments written yet.

Please login to write comment.