Color Hex Logo

#c40289 Color Hex

#C40289
(196,2,137)
0 Favorites   0 Comments

Color spaces of #c40289

RGB 1962137
HSL0.880.980.39
HSV318°99°77°
CMYK 0.000.990.30   0.23
XYZ27.302013.585324.8502
Yxy13.58530.41530.2067
Hunter Lab36.858267.7184-14.1731
CIE-Lab43.632272.8694-19.4089

#c40289 color RGB value is (196,2,137).

#c40289 hex color red value is 196, green value is 2 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c40289 hue: 0.88 , saturation: 0.98 and the lightness value of c40289 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 10001001
Octal 304 2 211
Decimal 196 2 137
Hex C4 2 89

RGB Percentages of Color #c40289

%58.51
%0.60
%40.90

CMYK Percentages of Color #c40289

%0
%99
%30
%23

Triadic Colors of #c40289

#c40289 #89c402 #0289c4

Analogous Colors of #c40289

#c40289 #c40228 #9e02c4

Monochromatic Colors of #c40289

#c40289

Complementary Color

#c40289 #02c43d

#c40289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40289 Color CSS Codes

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

#c40289 Text Font Color

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

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


#c40289 Background Color

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

This div background color is #c40289


#c40289 Border Color

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

This div border color is #c40289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40289


Comments

No comments written yet.

Please login to write comment.