Color Hex Logo

#c915bd Color Hex

#C915BD
(201,21,189)
0 Favorites   0 Comments

Color spaces of #c915bd

RGB 20121189
HSL0.840.810.44
HSV304°90°79°
CMYK 0.000.900.06   0.21
XYZ33.540916.628049.5858
Yxy16.62800.33620.1667
Hunter Lab40.777475.4621-43.5530
CIE-Lab47.787978.3836-43.8939

#c915bd color RGB value is (201,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 10111101
Octal 311 25 275
Decimal 201 21 189
Hex C9 15 BD

RGB Percentages of Color #c915bd

%48.91
%5.11
%45.99

CMYK Percentages of Color #c915bd

%0
%90
%6
%21

Triadic Colors of #c915bd

#c915bd #bdc915 #15bdc9

Analogous Colors of #c915bd

#c915bd #c91563 #7b15c9

Monochromatic Colors of #c915bd

#c915bd

Complementary Color

#c915bd #15c921

#c915bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915bd Color CSS Codes

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

#c915bd Text Font Color

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

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


#c915bd Background Color

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

This div background color is #c915bd


#c915bd Border Color

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

This div border color is #c915bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915bd


Comments

No comments written yet.

Please login to write comment.