Color Hex Logo

#c25470 Color Hex

#C25470
(194,84,112)
0 Favorites   0 Comments

Color spaces of #c25470

RGB 19484112
HSL0.960.470.55
HSV345°57°76°
CMYK 0.000.570.42   0.24
XYZ28.343118.979817.4989
Yxy18.97980.43720.2928
Hunter Lab43.565839.88866.6813
CIE-Lab50.663646.70316.1995

#c25470 color RGB value is (194,84,112).

#c25470 hex color red value is 194, green value is 84 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c25470 hue: 0.96 , saturation: 0.47 and the lightness value of c25470 is 0.55.

The process color (four color CMYK) of #c25470 color hex is 0.00, 0.57, 0.42, 0.24. Web safe color of #c25470 is #cc6666. Color #c25470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 01110000
Octal 302 124 160
Decimal 194 84 112
Hex C2 54 70

RGB Percentages of Color #c25470

%49.74
%21.54
%28.72

CMYK Percentages of Color #c25470

%0
%57
%42
%24

Triadic Colors of #c25470

#c25470 #70c254 #5470c2

Analogous Colors of #c25470

#c25470 #c26f54 #c254a7

Monochromatic Colors of #c25470

#c25470

Complementary Color

#c25470 #54c2a6

#c25470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25470 Color CSS Codes

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

#c25470 Text Font Color

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

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


#c25470 Background Color

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

This div background color is #c25470


#c25470 Border Color

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

This div border color is #c25470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,84,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c25470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c25470;
  -webkit-box-shadow: 1px 1px 3px 2px #c25470;
  box-shadow:         1px 1px 3px 2px #c25470; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,84,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25470


Comments

No comments written yet.

Please login to write comment.