Color Hex Logo

#c40955 Color Hex

#C40955
(196,9,85)
0 Favorites   0 Comments

Color spaces of #c40955

RGB 196985
HSL0.930.910.40
HSV336°95°77°
CMYK 0.000.950.57   0.23
XYZ24.502312.58709.7324
Yxy12.58700.52330.2688
Hunter Lab35.478261.19088.5702
CIE-Lab42.134267.640410.8083

#c40955 color RGB value is (196,9,85).

#c40955 hex color red value is 196, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c40955 hue: 0.93 , saturation: 0.91 and the lightness value of c40955 is 0.40.

The process color (four color CMYK) of #c40955 color hex is 0.00, 0.95, 0.57, 0.23. Web safe color of #c40955 is #cc0066. Color #c40955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 01010101
Octal 304 11 125
Decimal 196 9 85
Hex C4 9 55

RGB Percentages of Color #c40955

%67.59
%3.10
%29.31

CMYK Percentages of Color #c40955

%0
%95
%57
%23

Triadic Colors of #c40955

#c40955 #55c409 #0955c4

Analogous Colors of #c40955

#c40955 #c41b09 #c409b3

Monochromatic Colors of #c40955

#c40955

Complementary Color

#c40955 #09c478

#c40955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40955 Color CSS Codes

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

#c40955 Text Font Color

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

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


#c40955 Background Color

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

This div background color is #c40955


#c40955 Border Color

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

This div border color is #c40955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40955


Comments

No comments written yet.

Please login to write comment.