Color Hex Logo

#c0434e Color Hex

#C0434E
(192,67,78)
0 Favorites   0 Comments

Color spaces of #c0434e

RGB 1926778
HSL0.990.500.51
HSV355°65°75°
CMYK 0.000.650.59   0.25
XYZ25.120515.77088.9278
Yxy15.77080.50420.3166
Hunter Lab39.712543.415114.4697
CIE-Lab46.672350.733721.1681

#c0434e color RGB value is (192,67,78).

#c0434e hex color red value is 192, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c0434e hue: 0.99 , saturation: 0.50 and the lightness value of c0434e is 0.51.

The process color (four color CMYK) of #c0434e color hex is 0.00, 0.65, 0.59, 0.25. Web safe color of #c0434e is #cc3366. Color #c0434e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 01001110
Octal 300 103 116
Decimal 192 67 78
Hex C0 43 4E

RGB Percentages of Color #c0434e

%56.97
%19.88
%23.15

CMYK Percentages of Color #c0434e

%0
%65
%59
%25

Triadic Colors of #c0434e

#c0434e #4ec043 #434ec0

Analogous Colors of #c0434e

#c0434e #c07743 #c0438d

Monochromatic Colors of #c0434e

#c0434e

Complementary Color

#c0434e #43c0b5

#c0434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0434e Color CSS Codes

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

#c0434e Text Font Color

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

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


#c0434e Background Color

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

This div background color is #c0434e


#c0434e Border Color

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

This div border color is #c0434e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,67,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0434e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0434e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0434e;
  box-shadow:         1px 1px 3px 2px #c0434e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0434e


Comments

No comments written yet.

Please login to write comment.