Color Hex Logo

#c42858 Color Hex

#C42858
(196,40,88)
0 Favorites   0 Comments

Color spaces of #c42858

RGB 1964088
HSL0.950.660.46
HSV342°80°77°
CMYK 0.000.800.55   0.23
XYZ25.285213.957910.5940
Yxy13.95790.50740.2801
Hunter Lab37.360355.42729.3397
CIE-Lab44.172562.208611.7579

#c42858 color RGB value is (196,40,88).

#c42858 hex color red value is 196, green value is 40 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c42858 hue: 0.95 , saturation: 0.66 and the lightness value of c42858 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 01011000
Octal 304 50 130
Decimal 196 40 88
Hex C4 28 58

RGB Percentages of Color #c42858

%60.49
%12.35
%27.16

CMYK Percentages of Color #c42858

%0
%80
%55
%23

Triadic Colors of #c42858

#c42858 #58c428 #2858c4

Analogous Colors of #c42858

#c42858 #c44628 #c428a6

Monochromatic Colors of #c42858

#c42858

Complementary Color

#c42858 #28c494

#c42858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42858 Color CSS Codes

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

#c42858 Text Font Color

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

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


#c42858 Background Color

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

This div background color is #c42858


#c42858 Border Color

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

This div border color is #c42858


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,40,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 #c42858">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42858


Comments

No comments written yet.

Please login to write comment.