Color Hex Logo

#4590fc Color Hex

#4590FC
(69,144,252)
0 Favorites   0 Comments

Color spaces of #4590fc

RGB 69144252
HSL0.600.970.63
HSV215°73°99°
CMYK 0.730.430.00   0.01
XYZ29.998228.240095.9653
Yxy28.24000.19450.1831
Hunter Lab53.14137.7657-69.8700
CIE-Lab60.104912.3871-60.5402

#4590fc color RGB value is (69,144,252).

#4590fc hex color red value is 69, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4590fc hue: 0.60 , saturation: 0.97 and the lightness value of 4590fc is 0.63.

The process color (four color CMYK) of #4590fc color hex is 0.73, 0.43, 0.00, 0.01. Web safe color of #4590fc is #3399ff. Color #4590fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010000 11111100
Octal 105 220 374
Decimal 69 144 252
Hex 45 90 FC

RGB Percentages of Color #4590fc

%14.84
%30.97
%54.19

CMYK Percentages of Color #4590fc

%73
%43
%0
%1

Triadic Colors of #4590fc

#4590fc #fc4590 #90fc45

Analogous Colors of #4590fc

#4590fc #5545fc #45ecfc

Monochromatic Colors of #4590fc

#4590fc

Complementary Color

#4590fc #fcb145

#4590fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4590fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4590fc Color CSS Codes

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

#4590fc Text Font Color

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

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


#4590fc Background Color

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

This div background color is #4590fc


#4590fc Border Color

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

This div border color is #4590fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,144,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 #4590fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4590fc


Comments

No comments written yet.

Please login to write comment.