color codes Logo

#c41e9b color codes

#C41E9B
(196,30,155)
0 Favorites   0 Comments

Color spaces of #c41e9b

RGB 19630155
HSL0.870.730.44
HSV315°85°77°
CMYK 0.000.850.21   0.23
XYZ29.145615.030932.3754
Yxy15.03090.38070.1963
Hunter Lab38.769766.3426-22.3725
CIE-Lab45.676571.3225-27.1511

#c41e9b color RGB value is (196,30,155).

#c41e9b hex color red value is 196, green value is 30 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c41e9b hue: 0.87 , saturation: 0.73 and the lightness value of c41e9b is 0.44.

The process color (four color CMYK) of #c41e9b color code is 0.00, 0.85, 0.21, 0.23. Web safe color of #c41e9b is #cc3399. Color #c41e9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 10011011
Octal 304 36 233
Decimal 196 30 155
Hex C4 1E 9B

RGB Percentages of Color #c41e9b

%51.44
%7.87
%40.68

CMYK Percentages of Color #c41e9b

%0
%85
%21
%23

Triadic Colors of #c41e9b

#c41e9b #9bc41e #1e9bc4

Analogous Colors of #c41e9b

#c41e9b #c41e48 #9a1ec4

Monochromatic Colors of #c41e9b

#c41e9b

Complementary Color

#c41e9b #1ec447

#c41e9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41e9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41e9b Color CSS Codes

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

#c41e9b Text Font Color

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

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


#c41e9b Background Color

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

This div background color is #c41e9b


#c41e9b Border Color

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

This div border color is #c41e9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,30,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41e9b


Comments

No comments written yet.

Please login to write comment.