Color Hex Logo

#c53052 Color Hex

#C53052
(197,48,82)
0 Favorites   0 Comments

Color spaces of #c53052

RGB 1974882
HSL0.960.610.48
HSV346°76°77°
CMYK 0.000.760.58   0.23
XYZ25.605914.59349.4499
Yxy14.59340.51570.2939
Hunter Lab38.201352.794212.0743
CIE-Lab45.072259.684516.7475

#c53052 color RGB value is (197,48,82).

#c53052 hex color red value is 197, green value is 48 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c53052 hue: 0.96 , saturation: 0.61 and the lightness value of c53052 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110000 01010010
Octal 305 60 122
Decimal 197 48 82
Hex C5 30 52

RGB Percentages of Color #c53052

%60.24
%14.68
%25.08

CMYK Percentages of Color #c53052

%0
%76
%58
%23

Triadic Colors of #c53052

#c53052 #52c530 #3052c5

Analogous Colors of #c53052

#c53052 #c55930 #c5309d

Monochromatic Colors of #c53052

#c53052

Complementary Color

#c53052 #30c5a3

#c53052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53052 Color CSS Codes

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

#c53052 Text Font Color

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

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


#c53052 Background Color

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

This div background color is #c53052


#c53052 Border Color

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

This div border color is #c53052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,48,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c53052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c53052;
  -webkit-box-shadow: 1px 1px 3px 2px #c53052;
  box-shadow:         1px 1px 3px 2px #c53052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,48,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53052


Comments

No comments written yet.

Please login to write comment.