Color Hex Logo

#c42153 Color Hex

#C42153
(196,33,83)
0 Favorites   0 Comments

Color spaces of #c42153

RGB 1963383
HSL0.950.710.45
HSV342°83°77°
CMYK 0.000.830.58   0.23
XYZ24.870113.44809.4685
Yxy13.44800.52040.2814
Hunter Lab36.671556.881010.3615
CIE-Lab43.430763.636713.8592

#c42153 color RGB value is (196,33,83).

#c42153 hex color red value is 196, green value is 33 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c42153 hue: 0.95 , saturation: 0.71 and the lightness value of c42153 is 0.45.

The process color (four color CMYK) of #c42153 color hex is 0.00, 0.83, 0.58, 0.23. Web safe color of #c42153 is #cc3366. Color #c42153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 01010011
Octal 304 41 123
Decimal 196 33 83
Hex C4 21 53

RGB Percentages of Color #c42153

%62.82
%10.58
%26.60

CMYK Percentages of Color #c42153

%0
%83
%58
%23

Triadic Colors of #c42153

#c42153 #53c421 #2153c4

Analogous Colors of #c42153

#c42153 #c44121 #c421a5

Monochromatic Colors of #c42153

#c42153

Complementary Color

#c42153 #21c492

#c42153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42153 Color CSS Codes

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

#c42153 Text Font Color

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

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


#c42153 Background Color

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

This div background color is #c42153


#c42153 Border Color

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

This div border color is #c42153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42153


Comments

No comments written yet.

Please login to write comment.