Color Hex Logo

#045fed Color Hex

#045FED
(4,95,237)
0 Favorites   0 Comments

Color spaces of #045fed

RGB 495237
HSL0.600.970.47
HSV217°98°93°
CMYK 0.980.600.00   0.07
XYZ19.428314.324781.8617
Yxy14.32470.16800.1239
Hunter Lab37.848025.3945-101.7452
CIE-Lab44.695032.9175-77.2133

#045fed color RGB value is (4,95,237).

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

The process color (four color CMYK) of #045fed color hex is 0.98, 0.60, 0.00, 0.07. Web safe color of #045fed is #0066ff. Color #045fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011111 11101101
Octal 4 137 355
Decimal 4 95 237
Hex 4 5F ED

RGB Percentages of Color #045fed

%1.19
%28.27
%70.54

CMYK Percentages of Color #045fed

%98
%60
%0
%7

Triadic Colors of #045fed

#045fed #ed045f #5fed04

Analogous Colors of #045fed

#045fed #1e04ed #04d4ed

Monochromatic Colors of #045fed

#045fed

Complementary Color

#045fed #ed9204

#045fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#045fed Color CSS Codes

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

#045fed Text Font Color

<p style="color:#045fed">Text here</p>

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


#045fed Background Color

<div style="background-color:#045fed">
Div content here</div>

This div background color is #045fed


#045fed Border Color

<div style="border:3px solid #045fed">
Div here</div>

This div border color is #045fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045fed


Comments

No comments written yet.

Please login to write comment.