Color Hex Logo

#c42653 Color Hex

#C42653
(196,38,83)
0 Favorites   0 Comments

Color spaces of #c42653

RGB 1963883
HSL0.950.680.46
HSV343°81°77°
CMYK 0.000.810.58   0.23
XYZ25.019413.74659.5183
Yxy13.74650.51820.2847
Hunter Lab37.076355.569910.7323
CIE-Lab43.867262.393914.4567

#c42653 color RGB value is (196,38,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 01010011
Octal 304 46 123
Decimal 196 38 83
Hex C4 26 53

RGB Percentages of Color #c42653

%61.83
%11.99
%26.18

CMYK Percentages of Color #c42653

%0
%81
%58
%23

Triadic Colors of #c42653

#c42653 #53c426 #2653c4

Analogous Colors of #c42653

#c42653 #c44826 #c426a2

Monochromatic Colors of #c42653

#c42653

Complementary Color

#c42653 #26c497

#c42653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42653 Color CSS Codes

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

#c42653 Text Font Color

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

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


#c42653 Background Color

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

This div background color is #c42653


#c42653 Border Color

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

This div border color is #c42653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42653


Comments

No comments written yet.

Please login to write comment.