Color Hex Logo

#c409bb Color Hex

#C409BB
(196,9,187)
0 Favorites   0 Comments

Color spaces of #c409bb

RGB 1969187
HSL0.840.910.40
HSV303°95°77°
CMYK 0.000.950.05   0.23
XYZ31.832315.519048.3314
Yxy15.51900.33270.1622
Hunter Lab39.394275.2965-45.1650
CIE-Lab46.337078.5328-45.0868

#c409bb color RGB value is (196,9,187).

#c409bb hex color red value is 196, green value is 9 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c409bb hue: 0.84 , saturation: 0.91 and the lightness value of c409bb is 0.40.

The process color (four color CMYK) of #c409bb color hex is 0.00, 0.95, 0.05, 0.23. Web safe color of #c409bb is #cc00cc. Color #c409bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 10111011
Octal 304 11 273
Decimal 196 9 187
Hex C4 9 BB

RGB Percentages of Color #c409bb

%50.00
%2.30
%47.70

CMYK Percentages of Color #c409bb

%0
%95
%5
%23

Triadic Colors of #c409bb

#c409bb #bbc409 #09bbc4

Analogous Colors of #c409bb

#c409bb #c4095d #7009c4

Monochromatic Colors of #c409bb

#c409bb

Complementary Color

#c409bb #09c412

#c409bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409bb Color CSS Codes

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

#c409bb Text Font Color

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

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


#c409bb Background Color

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

This div background color is #c409bb


#c409bb Border Color

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

This div border color is #c409bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409bb


Comments

No comments written yet.

Please login to write comment.