Color Hex Logo

#4a25ff Color Hex

#4A25FF
(74,37,255)
0 Favorites   0 Comments

Color spaces of #4a25ff

RGB 7437255
HSL0.691.000.57
HSV250°85°100°
CMYK 0.710.850.00   0.00
XYZ21.53569.999095.4027
Yxy9.99900.16970.0788
Hunter Lab31.621266.2302-156.7460
CIE-Lab37.840672.7479-98.5515

#4a25ff color RGB value is (74,37,255).

#4a25ff hex color red value is 74, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4a25ff hue: 0.69 , saturation: 1.00 and the lightness value of 4a25ff is 0.57.

The process color (four color CMYK) of #4a25ff color hex is 0.71, 0.85, 0.00, 0.00. Web safe color of #4a25ff is #3333ff. Color #4a25ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100101 11111111
Octal 112 45 377
Decimal 74 37 255
Hex 4A 25 FF

RGB Percentages of Color #4a25ff

%20.22
%10.11
%69.67

CMYK Percentages of Color #4a25ff

%71
%85
%0
%0

Triadic Colors of #4a25ff

#4a25ff #ff4a25 #25ff4a

Analogous Colors of #4a25ff

#4a25ff #b725ff #256dff

Monochromatic Colors of #4a25ff

#4a25ff

Complementary Color

#4a25ff #daff25

#4a25ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a25ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a25ff Color CSS Codes

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

#4a25ff Text Font Color

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

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


#4a25ff Background Color

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

This div background color is #4a25ff


#4a25ff Border Color

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

This div border color is #4a25ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a25ff


Comments

No comments written yet.

Please login to write comment.