Color Hex Logo

#4f25ad Color Hex

#4F25AD
(79,37,173)
0 Favorites   0 Comments

Color spaces of #4f25ad

RGB 7937173
HSL0.720.650.41
HSV259°79°68°
CMYK 0.540.790.00   0.32
XYZ11.42886.002540.0914
Yxy6.00250.19870.1044
Hunter Lab24.500040.3920-79.8712
CIE-Lab29.418851.0175-65.0405

#4f25ad color RGB value is (79,37,173).

#4f25ad hex color red value is 79, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4f25ad hue: 0.72 , saturation: 0.65 and the lightness value of 4f25ad is 0.41.

The process color (four color CMYK) of #4f25ad color hex is 0.54, 0.79, 0.00, 0.32. Web safe color of #4f25ad is #663399. Color #4f25ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100101 10101101
Octal 117 45 255
Decimal 79 37 173
Hex 4F 25 AD

RGB Percentages of Color #4f25ad

%27.34
%12.80
%59.86

CMYK Percentages of Color #4f25ad

%54
%79
%0
%32

Triadic Colors of #4f25ad

#4f25ad #ad4f25 #25ad4f

Analogous Colors of #4f25ad

#4f25ad #9325ad #253fad

Monochromatic Colors of #4f25ad

#4f25ad

Complementary Color

#4f25ad #83ad25

#4f25ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f25ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f25ad Color CSS Codes

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

#4f25ad Text Font Color

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

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


#4f25ad Background Color

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

This div background color is #4f25ad


#4f25ad Border Color

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

This div border color is #4f25ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,37,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f25ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f25ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4f25ad;
  box-shadow:         1px 1px 3px 2px #4f25ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f25ad


Comments

No comments written yet.

Please login to write comment.