Color Hex Logo

#c914bb Color Hex

#C914BB
(201,20,187)
0 Favorites   0 Comments

Color spaces of #c914bb

RGB 20120187
HSL0.850.820.43
HSV305°90°79°
CMYK 0.000.900.07   0.21
XYZ33.307216.505748.4441
Yxy16.50570.33900.1680
Hunter Lab40.627275.2411-42.2587
CIE-Lab47.631178.2369-42.9741

#c914bb color RGB value is (201,20,187).

#c914bb hex color red value is 201, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c914bb hue: 0.85 , saturation: 0.82 and the lightness value of c914bb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 10111011
Octal 311 24 273
Decimal 201 20 187
Hex C9 14 BB

RGB Percentages of Color #c914bb

%49.26
%4.90
%45.83

CMYK Percentages of Color #c914bb

%0
%90
%7
%21

Triadic Colors of #c914bb

#c914bb #bbc914 #14bbc9

Analogous Colors of #c914bb

#c914bb #c91460 #7d14c9

Monochromatic Colors of #c914bb

#c914bb

Complementary Color

#c914bb #14c922

#c914bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c914bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c914bb Color CSS Codes

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

#c914bb Text Font Color

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

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


#c914bb Background Color

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

This div background color is #c914bb


#c914bb Border Color

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

This div border color is #c914bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c914bb


Comments

No comments written yet.

Please login to write comment.