Color Hex Logo

#c40180 Color Hex

#C40180
(196,1,128)
0 Favorites   0 Comments

Color spaces of #c40180

RGB 1961128
HSL0.890.990.39
HSV321°99°77°
CMYK 0.000.990.35   0.23
XYZ26.672113.316021.5865
Yxy13.31600.43320.2163
Hunter Lab36.491166.6099-9.5295
CIE-Lab43.235672.0222-14.4891

#c40180 color RGB value is (196,1,128).

#c40180 hex color red value is 196, green value is 1 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c40180 hue: 0.89 , saturation: 0.99 and the lightness value of c40180 is 0.39.

The process color (four color CMYK) of #c40180 color hex is 0.00, 0.99, 0.35, 0.23. Web safe color of #c40180 is #cc0099. Color #c40180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 10000000
Octal 304 1 200
Decimal 196 1 128
Hex C4 1 80

RGB Percentages of Color #c40180

%60.31
%0.31
%39.38

CMYK Percentages of Color #c40180

%0
%99
%35
%23

Triadic Colors of #c40180

#c40180 #80c401 #0180c4

Analogous Colors of #c40180

#c40180 #c4011f #a701c4

Monochromatic Colors of #c40180

#c40180

Complementary Color

#c40180 #01c445

#c40180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40180 Color CSS Codes

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

#c40180 Text Font Color

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

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


#c40180 Background Color

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

This div background color is #c40180


#c40180 Border Color

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

This div border color is #c40180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40180


Comments

No comments written yet.

Please login to write comment.