Color Hex Logo

#c910bb Color Hex

#C910BB
(201,16,187)
0 Favorites   0 Comments

Color spaces of #c910bb

RGB 20116187
HSL0.850.850.43
HSV305°92°79°
CMYK 0.000.920.07   0.21
XYZ33.242316.375948.4225
Yxy16.37590.33910.1670
Hunter Lab40.467175.8138-42.6187
CIE-Lab47.463878.7286-43.2397

#c910bb color RGB value is (201,16,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010000 10111011
Octal 311 20 273
Decimal 201 16 187
Hex C9 10 BB

RGB Percentages of Color #c910bb

%49.75
%3.96
%46.29

CMYK Percentages of Color #c910bb

%0
%92
%7
%21

Triadic Colors of #c910bb

#c910bb #bbc910 #10bbc9

Analogous Colors of #c910bb

#c910bb #c9105e #7b10c9

Monochromatic Colors of #c910bb

#c910bb

Complementary Color

#c910bb #10c91e

#c910bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c910bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c910bb Color CSS Codes

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

#c910bb Text Font Color

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

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


#c910bb Background Color

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

This div background color is #c910bb


#c910bb Border Color

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

This div border color is #c910bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c910bb


Comments

No comments written yet.

Please login to write comment.