Color Hex Logo

#0427ed Color Hex

#0427ED
(4,39,237)
0 Favorites   0 Comments

Color spaces of #0427ed

RGB 439237
HSL0.640.970.47
HSV231°98°93°
CMYK 0.980.840.00   0.07
XYZ16.06177.591380.7395
Yxy7.59130.15390.0727
Hunter Lab27.552355.8405-154.4572
CIE-Lab33.116864.7213-96.3409

#0427ed color RGB value is (4,39,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 11101101
Octal 4 47 355
Decimal 4 39 237
Hex 4 27 ED

RGB Percentages of Color #0427ed

%1.43
%13.93
%84.64

CMYK Percentages of Color #0427ed

%98
%84
%0
%7

Triadic Colors of #0427ed

#0427ed #ed0427 #27ed04

Analogous Colors of #0427ed

#0427ed #5504ed #049ced

Monochromatic Colors of #0427ed

#0427ed

Complementary Color

#0427ed #edca04

#0427ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0427ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0427ed Color CSS Codes

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

#0427ed Text Font Color

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

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


#0427ed Background Color

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

This div background color is #0427ed


#0427ed Border Color

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

This div border color is #0427ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,39,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 #0427ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0427ed


Comments

No comments written yet.

Please login to write comment.