Color Hex Logo

#c41b63 Color Hex

#C41B63
(196,27,99)
0 Favorites   0 Comments

Color spaces of #c41b63

RGB 1962799
HSL0.930.760.44
HSV334°86°77°
CMYK 0.000.860.49   0.23
XYZ25.409013.420513.0556
Yxy13.42050.48970.2587
Hunter Lab36.634059.69644.5141
CIE-Lab43.390166.10493.7744

#c41b63 color RGB value is (196,27,99).

#c41b63 hex color red value is 196, green value is 27 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c41b63 hue: 0.93 , saturation: 0.76 and the lightness value of c41b63 is 0.44.

The process color (four color CMYK) of #c41b63 color hex is 0.00, 0.86, 0.49, 0.23. Web safe color of #c41b63 is #cc3366. Color #c41b63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011011 01100011
Octal 304 33 143
Decimal 196 27 99
Hex C4 1B 63

RGB Percentages of Color #c41b63

%60.87
%8.39
%30.75

CMYK Percentages of Color #c41b63

%0
%86
%49
%23

Triadic Colors of #c41b63

#c41b63 #63c41b #1b63c4

Analogous Colors of #c41b63

#c41b63 #c4281b #c41bb8

Monochromatic Colors of #c41b63

#c41b63

Complementary Color

#c41b63 #1bc47c

#c41b63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41b63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41b63 Color CSS Codes

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

#c41b63 Text Font Color

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

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


#c41b63 Background Color

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

This div background color is #c41b63


#c41b63 Border Color

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

This div border color is #c41b63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41b63


Comments

No comments written yet.

Please login to write comment.