Color Hex Logo

#c52274 Color Hex

#C52274
(197,34,116)
0 Favorites   0 Comments

Color spaces of #c52274

RGB 19734116
HSL0.920.710.45
HSV330°83°77°
CMYK 0.000.830.41   0.23
XYZ26.750414.275317.8685
Yxy14.27530.45420.2424
Hunter Lab37.782760.2596-1.5921
CIE-Lab44.625266.3525-4.9718

#c52274 color RGB value is (197,34,116).

#c52274 hex color red value is 197, green value is 34 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c52274 hue: 0.92 , saturation: 0.71 and the lightness value of c52274 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 01110100
Octal 305 42 164
Decimal 197 34 116
Hex C5 22 74

RGB Percentages of Color #c52274

%56.77
%9.80
%33.43

CMYK Percentages of Color #c52274

%0
%83
%41
%23

Triadic Colors of #c52274

#c52274 #74c522 #2274c5

Analogous Colors of #c52274

#c52274 #c52222 #c522c5

Monochromatic Colors of #c52274

#c52274

Complementary Color

#c52274 #22c573

#c52274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52274 Color CSS Codes

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

#c52274 Text Font Color

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

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


#c52274 Background Color

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

This div background color is #c52274


#c52274 Border Color

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

This div border color is #c52274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52274

#c52274 Color Palettes


Comments

No comments written yet.

Please login to write comment.