Color Hex Logo

#7d4abf Color Hex

#7D4ABF
(125,74,191)
0 Favorites   0 Comments

Color spaces of #7d4abf

RGB 12574191
HSL0.740.480.52
HSV266°61°75°
CMYK 0.350.610.00   0.25
XYZ20.310213.019150.7327
Yxy13.01910.24160.1549
Hunter Lab36.082037.3324-58.1067
CIE-Lab42.792045.5110-53.6848

#7d4abf color RGB value is (125,74,191).

#7d4abf hex color red value is 125, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7d4abf hue: 0.74 , saturation: 0.48 and the lightness value of 7d4abf is 0.52.

The process color (four color CMYK) of #7d4abf color hex is 0.35, 0.61, 0.00, 0.25. Web safe color of #7d4abf is #6633cc. Color #7d4abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001010 10111111
Octal 175 112 277
Decimal 125 74 191
Hex 7D 4A BF

RGB Percentages of Color #7d4abf

%32.05
%18.97
%48.97

CMYK Percentages of Color #7d4abf

%35
%61
%0
%25

Triadic Colors of #7d4abf

#7d4abf #bf7d4a #4abf7d

Analogous Colors of #7d4abf

#7d4abf #b84abf #4a52bf

Monochromatic Colors of #7d4abf

#7d4abf

Complementary Color

#7d4abf #8cbf4a

#7d4abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4abf Color CSS Codes

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

#7d4abf Text Font Color

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

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


#7d4abf Background Color

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

This div background color is #7d4abf


#7d4abf Border Color

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

This div border color is #7d4abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4abf


Comments

No comments written yet.

Please login to write comment.