Color Hex Logo

#4053ef Color Hex

#4053EF
(64,83,239)
0 Favorites   0 Comments

Color spaces of #4053ef

RGB 6483239
HSL0.650.850.59
HSV233°73°94°
CMYK 0.730.650.00   0.06
XYZ20.787613.508583.1731
Yxy13.50850.17700.1150
Hunter Lab36.753936.6383-108.4439
CIE-Lab43.519644.6986-80.2058

#4053ef color RGB value is (64,83,239).

#4053ef hex color red value is 64, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4053ef hue: 0.65 , saturation: 0.85 and the lightness value of 4053ef is 0.59.

The process color (four color CMYK) of #4053ef color hex is 0.73, 0.65, 0.00, 0.06. Web safe color of #4053ef is #3366ff. Color #4053ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010011 11101111
Octal 100 123 357
Decimal 64 83 239
Hex 40 53 EF

RGB Percentages of Color #4053ef

%16.58
%21.50
%61.92

CMYK Percentages of Color #4053ef

%73
%65
%0
%6

Triadic Colors of #4053ef

#4053ef #ef4053 #53ef40

Analogous Colors of #4053ef

#4053ef #8540ef #40abef

Monochromatic Colors of #4053ef

#4053ef

Complementary Color

#4053ef #efdc40

#4053ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4053ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4053ef Color CSS Codes

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

#4053ef Text Font Color

<p style="color:#4053ef">Text here</p>

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


#4053ef Background Color

<div style="background-color:#4053ef">
Div content here</div>

This div background color is #4053ef


#4053ef Border Color

<div style="border:3px solid #4053ef">
Div here</div>

This div border color is #4053ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,83,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4053ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4053ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4053ef;
  box-shadow:         1px 1px 3px 2px #4053ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4053ef


Comments

No comments written yet.

Please login to write comment.