Color Hex Logo

#c40881 Color Hex

#C40881
(196,8,129)
0 Favorites   0 Comments

Color spaces of #c40881

RGB 1968129
HSL0.890.920.40
HSV321°96°77°
CMYK 0.000.960.34   0.23
XYZ26.814213.494421.9603
Yxy13.49440.43060.2167
Hunter Lab36.734766.0088-9.7297
CIE-Lab43.498971.4673-14.7043

#c40881 color RGB value is (196,8,129).

#c40881 hex color red value is 196, green value is 8 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c40881 hue: 0.89 , saturation: 0.92 and the lightness value of c40881 is 0.40.

The process color (four color CMYK) of #c40881 color hex is 0.00, 0.96, 0.34, 0.23. Web safe color of #c40881 is #cc0099. Color #c40881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 10000001
Octal 304 10 201
Decimal 196 8 129
Hex C4 8 81

RGB Percentages of Color #c40881

%58.86
%2.40
%38.74

CMYK Percentages of Color #c40881

%0
%96
%34
%23

Triadic Colors of #c40881

#c40881 #81c408 #0881c4

Analogous Colors of #c40881

#c40881 #c40823 #a908c4

Monochromatic Colors of #c40881

#c40881

Complementary Color

#c40881 #08c44b

#c40881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40881 Color CSS Codes

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

#c40881 Text Font Color

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

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


#c40881 Background Color

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

This div background color is #c40881


#c40881 Border Color

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

This div border color is #c40881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40881


Comments

No comments written yet.

Please login to write comment.