Color Hex Logo

#0425ed Color Hex

#0425ED
(4,37,237)
0 Favorites   0 Comments

Color spaces of #0425ed

RGB 437237
HSL0.640.970.47
HSV232°98°93°
CMYK 0.980.840.00   0.07
XYZ15.99777.463480.7182
Yxy7.46340.15360.0716
Hunter Lab27.319256.7181-156.0566
CIE-Lab32.839465.5494-96.8033

#0425ed color RGB value is (4,37,237).

#0425ed hex color red value is 4, green value is 37 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0425ed hue: 0.64 , saturation: 0.97 and the lightness value of 0425ed is 0.47.

The process color (four color CMYK) of #0425ed color hex is 0.98, 0.84, 0.00, 0.07. Web safe color of #0425ed is #0033ff. Color #0425ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100101 11101101
Octal 4 45 355
Decimal 4 37 237
Hex 4 25 ED

RGB Percentages of Color #0425ed

%1.44
%13.31
%85.25

CMYK Percentages of Color #0425ed

%98
%84
%0
%7

Triadic Colors of #0425ed

#0425ed #ed0425 #25ed04

Analogous Colors of #0425ed

#0425ed #5704ed #049aed

Monochromatic Colors of #0425ed

#0425ed

Complementary Color

#0425ed #edcc04

#0425ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0425ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0425ed Color CSS Codes

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

#0425ed Text Font Color

<p style="color:#0425ed">Text here</p>

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


#0425ed Background Color

<div style="background-color:#0425ed">
Div content here</div>

This div background color is #0425ed


#0425ed Border Color

<div style="border:3px solid #0425ed">
Div here</div>

This div border color is #0425ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0425ed


Comments

No comments written yet.

Please login to write comment.