Color Hex Logo

#c919bb Color Hex

#C919BB
(201,25,187)
0 Favorites   0 Comments

Color spaces of #c919bb

RGB 20125187
HSL0.850.780.44
HSV305°88°79°
CMYK 0.000.880.07   0.21
XYZ33.404716.700648.4766
Yxy16.70060.33890.1694
Hunter Lab40.866474.3921-41.7247
CIE-Lab47.880677.5052-42.5781

#c919bb color RGB value is (201,25,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 10111011
Octal 311 31 273
Decimal 201 25 187
Hex C9 19 BB

RGB Percentages of Color #c919bb

%48.67
%6.05
%45.28

CMYK Percentages of Color #c919bb

%0
%88
%7
%21

Triadic Colors of #c919bb

#c919bb #bbc919 #19bbc9

Analogous Colors of #c919bb

#c919bb #c91963 #7f19c9

Monochromatic Colors of #c919bb

#c919bb

Complementary Color

#c919bb #19c927

#c919bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c919bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c919bb Color CSS Codes

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

#c919bb Text Font Color

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

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


#c919bb Background Color

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

This div background color is #c919bb


#c919bb Border Color

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

This div border color is #c919bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c919bb


Comments

No comments written yet.

Please login to write comment.