Color Hex Logo

#043afd Color Hex

#043AFD
(4,58,253)
0 Favorites   0 Comments

Color spaces of #043afd

RGB 458253
HSL0.630.980.50
HSV227°98°99°
CMYK 0.980.770.00   0.01
XYZ19.292710.143893.8696
Yxy10.14380.15650.0823
Hunter Lab31.849352.3899-152.4510
CIE-Lab38.099360.6606-97.0748

#043afd color RGB value is (4,58,253).

#043afd hex color red value is 4, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #043afd hue: 0.63 , saturation: 0.98 and the lightness value of 043afd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111010 11111101
Octal 4 72 375
Decimal 4 58 253
Hex 4 3A FD

RGB Percentages of Color #043afd

%1.27
%18.41
%80.32

CMYK Percentages of Color #043afd

%98
%77
%0
%1

Triadic Colors of #043afd

#043afd #fd043a #3afd04

Analogous Colors of #043afd

#043afd #4a04fd #04b7fd

Monochromatic Colors of #043afd

#043afd

Complementary Color

#043afd #fdc704

#043afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#043afd Color CSS Codes

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

#043afd Text Font Color

<p style="color:#043afd">Text here</p>

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


#043afd Background Color

<div style="background-color:#043afd">
Div content here</div>

This div background color is #043afd


#043afd Border Color

<div style="border:3px solid #043afd">
Div here</div>

This div border color is #043afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,58,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #043afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #043afd;
  -webkit-box-shadow: 1px 1px 3px 2px #043afd;
  box-shadow:         1px 1px 3px 2px #043afd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043afd

Related Colors


Comments

No comments written yet.

Please login to write comment.