Color Hex Logo

#5376ef Color Hex

#5376EF
(83,118,239)
0 Favorites   0 Comments

Color spaces of #5376ef

RGB 83118239
HSL0.630.830.63
HSV227°65°94°
CMYK 0.650.510.00   0.06
XYZ25.625721.027984.3695
Yxy21.02790.19560.1605
Hunter Lab45.856219.5024-76.9867
CIE-Lab52.980025.6822-64.7672

#5376ef color RGB value is (83,118,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 11101111
Octal 123 166 357
Decimal 83 118 239
Hex 53 76 EF

RGB Percentages of Color #5376ef

%18.86
%26.82
%54.32

CMYK Percentages of Color #5376ef

%65
%51
%0
%6

Triadic Colors of #5376ef

#5376ef #ef5376 #76ef53

Analogous Colors of #5376ef

#5376ef #7e53ef #53c4ef

Monochromatic Colors of #5376ef

#5376ef

Complementary Color

#5376ef #efcc53

#5376ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5376ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5376ef Color CSS Codes

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

#5376ef Text Font Color

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

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


#5376ef Background Color

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

This div background color is #5376ef


#5376ef Border Color

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

This div border color is #5376ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5376ef


Comments

No comments written yet.

Please login to write comment.