Color Hex Logo

#c43458 Color Hex

#C43458
(196,52,88)
0 Favorites   0 Comments

Color spaces of #c43458

RGB 1965288
HSL0.960.580.49
HSV345°73°77°
CMYK 0.000.730.55   0.23
XYZ25.754414.896310.7504
Yxy14.89630.50100.2898
Hunter Lab38.595751.568110.5025
CIE-Lab45.491858.498713.5822

#c43458 color RGB value is (196,52,88).

#c43458 hex color red value is 196, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c43458 hue: 0.96 , saturation: 0.58 and the lightness value of c43458 is 0.49.

The process color (four color CMYK) of #c43458 color hex is 0.00, 0.73, 0.55, 0.23. Web safe color of #c43458 is #cc3366. Color #c43458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 01011000
Octal 304 64 130
Decimal 196 52 88
Hex C4 34 58

RGB Percentages of Color #c43458

%58.33
%15.48
%26.19

CMYK Percentages of Color #c43458

%0
%73
%55
%23

Triadic Colors of #c43458

#c43458 #58c434 #3458c4

Analogous Colors of #c43458

#c43458 #c45834 #c434a0

Monochromatic Colors of #c43458

#c43458

Complementary Color

#c43458 #34c4a0

#c43458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43458 Color CSS Codes

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

#c43458 Text Font Color

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

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


#c43458 Background Color

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

This div background color is #c43458


#c43458 Border Color

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

This div border color is #c43458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43458


Comments

No comments written yet.

Please login to write comment.