Color Hex Logo

#2053ef Color Hex

#2053EF
(32,83,239)
0 Favorites   0 Comments

Color spaces of #2053ef

RGB 3283239
HSL0.630.870.53
HSV225°87°94°
CMYK 0.870.650.00   0.06
XYZ19.268912.725683.1021
Yxy12.72560.16740.1106
Hunter Lab35.673033.9899-113.1482
CIE-Lab42.346842.2313-82.1758

#2053ef color RGB value is (32,83,239).

#2053ef hex color red value is 32, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2053ef hue: 0.63 , saturation: 0.87 and the lightness value of 2053ef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 11101111
Octal 40 123 357
Decimal 32 83 239
Hex 20 53 EF

RGB Percentages of Color #2053ef

%9.04
%23.45
%67.51

CMYK Percentages of Color #2053ef

%87
%65
%0
%6

Triadic Colors of #2053ef

#2053ef #ef2053 #53ef20

Analogous Colors of #2053ef

#2053ef #5520ef #20bbef

Monochromatic Colors of #2053ef

#2053ef

Complementary Color

#2053ef #efbc20

#2053ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2053ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2053ef Color CSS Codes

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

#2053ef Text Font Color

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

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


#2053ef Background Color

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

This div background color is #2053ef


#2053ef Border Color

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

This div border color is #2053ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2053ef


Comments

No comments written yet.

Please login to write comment.