Color Hex Logo

#0427fc Color Hex

#0427FC
(4,39,252)
0 Favorites   0 Comments

Color spaces of #0427fc

RGB 439252
HSL0.640.980.50
HSV232°98°99°
CMYK 0.980.850.00   0.01
XYZ18.34638.505192.7702
Yxy8.50510.15340.0711
Hunter Lab29.163561.2554-168.1893
CIE-Lab35.013469.0761-101.6492

#0427fc color RGB value is (4,39,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100111 11111100
Octal 4 47 374
Decimal 4 39 252
Hex 4 27 FC

RGB Percentages of Color #0427fc

%1.36
%13.22
%85.42

CMYK Percentages of Color #0427fc

%98
%85
%0
%1

Triadic Colors of #0427fc

#0427fc #fc0427 #27fc04

Analogous Colors of #0427fc

#0427fc #5d04fc #04a3fc

Monochromatic Colors of #0427fc

#0427fc

Complementary Color

#0427fc #fcd904

#0427fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0427fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0427fc Color CSS Codes

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

#0427fc Text Font Color

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

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


#0427fc Background Color

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

This div background color is #0427fc


#0427fc Border Color

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

This div border color is #0427fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0427fc


Comments

No comments written yet.

Please login to write comment.