Color Hex Logo

#7d259a Color Hex

#7D259A
(125,37,154)
0 Favorites   0 Comments

Color spaces of #7d259a

RGB 12537154
HSL0.790.610.37
HSV285°76°60°
CMYK 0.190.760.00   0.40
XYZ14.95178.016231.3311
Yxy8.01620.27540.1476
Hunter Lab28.312944.7161-45.7914
CIE-Lab34.016654.3223-45.8034

#7d259a color RGB value is (125,37,154).

#7d259a hex color red value is 125, green value is 37 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7d259a hue: 0.79 , saturation: 0.61 and the lightness value of 7d259a is 0.37.

The process color (four color CMYK) of #7d259a color hex is 0.19, 0.76, 0.00, 0.40. Web safe color of #7d259a is #663399. Color #7d259a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100101 10011010
Octal 175 45 232
Decimal 125 37 154
Hex 7D 25 9A

RGB Percentages of Color #7d259a

%39.56
%11.71
%48.73

CMYK Percentages of Color #7d259a

%19
%76
%0
%40

Triadic Colors of #7d259a

#7d259a #9a7d25 #259a7d

Analogous Colors of #7d259a

#7d259a #9a257d #43259a

Monochromatic Colors of #7d259a

#7d259a

Complementary Color

#7d259a #429a25

#7d259a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d259a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d259a Color CSS Codes

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

#7d259a Text Font Color

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

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


#7d259a Background Color

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

This div background color is #7d259a


#7d259a Border Color

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

This div border color is #7d259a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d259a


Comments

No comments written yet.

Please login to write comment.