Color Hex Logo

#c41abb Color Hex

#C41ABB
(196,26,187)
0 Favorites   0 Comments

Color spaces of #c41abb

RGB 19626187
HSL0.840.770.44
HSV303°87°77°
CMYK 0.000.870.05   0.23
XYZ32.104016.062448.4220
Yxy16.06240.33240.1663
Hunter Lab40.077972.8492-43.5794
CIE-Lab47.056276.4177-43.9420

#c41abb color RGB value is (196,26,187).

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

The process color (four color CMYK) of #c41abb color hex is 0.00, 0.87, 0.05, 0.23. Web safe color of #c41abb is #cc33cc. Color #c41abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 10111011
Octal 304 32 273
Decimal 196 26 187
Hex C4 1A BB

RGB Percentages of Color #c41abb

%47.92
%6.36
%45.72

CMYK Percentages of Color #c41abb

%0
%87
%5
%23

Triadic Colors of #c41abb

#c41abb #bbc41a #1abbc4

Analogous Colors of #c41abb

#c41abb #c41a66 #781ac4

Monochromatic Colors of #c41abb

#c41abb

Complementary Color

#c41abb #1ac423

#c41abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41abb Color CSS Codes

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

#c41abb Text Font Color

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

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


#c41abb Background Color

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

This div background color is #c41abb


#c41abb Border Color

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

This div border color is #c41abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41abb


Comments

No comments written yet.

Please login to write comment.