Color Hex Logo

#4557ec Color Hex

#4557EC
(69,87,236)
0 Favorites   0 Comments

Color spaces of #4557ec

RGB 6987236
HSL0.650.810.60
HSV234°71°93°
CMYK 0.710.630.00   0.07
XYZ21.002814.137780.9788
Yxy14.13770.18090.1218
Hunter Lab37.600133.9069-101.3718
CIE-Lab44.429841.8116-77.0145

#4557ec color RGB value is (69,87,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010111 11101100
Octal 105 127 354
Decimal 69 87 236
Hex 45 57 EC

RGB Percentages of Color #4557ec

%17.60
%22.19
%60.20

CMYK Percentages of Color #4557ec

%71
%63
%0
%7

Triadic Colors of #4557ec

#4557ec #ec4557 #57ec45

Analogous Colors of #4557ec

#4557ec #8745ec #45abec

Monochromatic Colors of #4557ec

#4557ec

Complementary Color

#4557ec #ecda45

#4557ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4557ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4557ec Color CSS Codes

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

#4557ec Text Font Color

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

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


#4557ec Background Color

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

This div background color is #4557ec


#4557ec Border Color

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

This div border color is #4557ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4557ec


Comments

No comments written yet.

Please login to write comment.