Color Hex Logo

#c44575 Color Hex

#C44575
(196,69,117)
0 Favorites   0 Comments

Color spaces of #c44575

RGB 19669117
HSL0.940.520.52
HSV337°65°77°
CMYK 0.000.650.40   0.23
XYZ28.104017.276418.6830
Yxy17.27640.43870.2697
Hunter Lab41.564947.95382.4452
CIE-Lab48.606454.62810.2534

#c44575 color RGB value is (196,69,117).

#c44575 hex color red value is 196, green value is 69 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c44575 hue: 0.94 , saturation: 0.52 and the lightness value of c44575 is 0.52.

The process color (four color CMYK) of #c44575 color hex is 0.00, 0.65, 0.40, 0.23. Web safe color of #c44575 is #cc3366. Color #c44575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 01110101
Octal 304 105 165
Decimal 196 69 117
Hex C4 45 75

RGB Percentages of Color #c44575

%51.31
%18.06
%30.63

CMYK Percentages of Color #c44575

%0
%65
%40
%23

Triadic Colors of #c44575

#c44575 #75c445 #4575c4

Analogous Colors of #c44575

#c44575 #c45545 #c445b5

Monochromatic Colors of #c44575

#c44575

Complementary Color

#c44575 #45c494

#c44575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44575 Color CSS Codes

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

#c44575 Text Font Color

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

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


#c44575 Background Color

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

This div background color is #c44575


#c44575 Border Color

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

This div border color is #c44575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44575


Comments

No comments written yet.

Please login to write comment.