Color Hex Logo

#4588ec Color Hex

#4588EC
(69,136,236)
0 Favorites   0 Comments

Color spaces of #4588ec

RGB 69136236
HSL0.600.810.60
HSV216°71°93°
CMYK 0.710.420.00   0.07
XYZ26.398724.929782.7774
Yxy24.92970.19680.1859
Hunter Lab49.92976.9993-63.3450
CIE-Lab57.006911.5409-56.6616

#4588ec color RGB value is (69,136,236).

#4588ec hex color red value is 69, green value is 136 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4588ec hue: 0.60 , saturation: 0.81 and the lightness value of 4588ec is 0.60.

The process color (four color CMYK) of #4588ec color hex is 0.71, 0.42, 0.00, 0.07. Web safe color of #4588ec is #3399ff. Color #4588ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001000 11101100
Octal 105 210 354
Decimal 69 136 236
Hex 45 88 EC

RGB Percentages of Color #4588ec

%15.65
%30.84
%53.51

CMYK Percentages of Color #4588ec

%71
%42
%0
%7

Triadic Colors of #4588ec

#4588ec #ec4588 #88ec45

Analogous Colors of #4588ec

#4588ec #5545ec #45dcec

Monochromatic Colors of #4588ec

#4588ec

Complementary Color

#4588ec #eca945

#4588ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4588ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4588ec Color CSS Codes

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

#4588ec Text Font Color

<p style="color:#4588ec">Text here</p>

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


#4588ec Background Color

<div style="background-color:#4588ec">
Div content here</div>

This div background color is #4588ec


#4588ec Border Color

<div style="border:3px solid #4588ec">
Div here</div>

This div border color is #4588ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,136,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4588ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4588ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4588ec;
  box-shadow:         1px 1px 3px 2px #4588ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4588ec


Comments

No comments written yet.

Please login to write comment.