Color Hex Logo

#c915bf Color Hex

#C915BF
(201,21,191)
0 Favorites   0 Comments

Color spaces of #c915bf

RGB 20121191
HSL0.840.810.44
HSV303°90°79°
CMYK 0.000.900.05   0.21
XYZ33.759516.715450.7373
Yxy16.71540.33360.1652
Hunter Lab40.884575.8448-44.9593
CIE-Lab47.899478.6687-44.8836

#c915bf color RGB value is (201,21,191).

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

The process color (four color CMYK) of #c915bf color hex is 0.00, 0.90, 0.05, 0.21. Web safe color of #c915bf is #cc00cc. Color #c915bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 10111111
Octal 311 25 277
Decimal 201 21 191
Hex C9 15 BF

RGB Percentages of Color #c915bf

%48.67
%5.08
%46.25

CMYK Percentages of Color #c915bf

%0
%90
%5
%21

Triadic Colors of #c915bf

#c915bf #bfc915 #15bfc9

Analogous Colors of #c915bf

#c915bf #c91565 #7915c9

Monochromatic Colors of #c915bf

#c915bf

Complementary Color

#c915bf #15c91f

#c915bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915bf Color CSS Codes

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

#c915bf Text Font Color

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

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


#c915bf Background Color

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

This div background color is #c915bf


#c915bf Border Color

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

This div border color is #c915bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915bf


Comments

No comments written yet.

Please login to write comment.