Color Hex Logo

#7d245a Color Hex

#7D245A
(125,36,90)
0 Favorites   0 Comments

Color spaces of #7d245a

RGB 1253690
HSL0.900.550.32
HSV324°71°49°
CMYK 0.000.710.28   0.51
XYZ10.93386.359910.3242
Yxy6.35990.39590.2303
Hunter Lab25.218833.2569-6.6192
CIE-Lab30.302943.5910-11.3676

#7d245a color RGB value is (125,36,90).

#7d245a hex color red value is 125, green value is 36 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7d245a hue: 0.90 , saturation: 0.55 and the lightness value of 7d245a is 0.32.

The process color (four color CMYK) of #7d245a color hex is 0.00, 0.71, 0.28, 0.51. Web safe color of #7d245a is #663366. Color #7d245a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100100 01011010
Octal 175 44 132
Decimal 125 36 90
Hex 7D 24 5A

RGB Percentages of Color #7d245a

%49.80
%14.34
%35.86

CMYK Percentages of Color #7d245a

%0
%71
%28
%51

Triadic Colors of #7d245a

#7d245a #5a7d24 #245a7d

Analogous Colors of #7d245a

#7d245a #7d242e #74247d

Monochromatic Colors of #7d245a

#7d245a

Complementary Color

#7d245a #247d47

#7d245a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d245a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d245a Color CSS Codes

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

#7d245a Text Font Color

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

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


#7d245a Background Color

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

This div background color is #7d245a


#7d245a Border Color

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

This div border color is #7d245a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,36,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d245a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d245a;
  -webkit-box-shadow: 1px 1px 3px 2px #7d245a;
  box-shadow:         1px 1px 3px 2px #7d245a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,36,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d245a


Comments

No comments written yet.

Please login to write comment.