Color Hex Logo

#5035ef Color Hex

#5035EF
(80,53,239)
0 Favorites   0 Comments

Color spaces of #5035ef

RGB 8053239
HSL0.690.850.57
HSV249°78°94°
CMYK 0.670.780.00   0.06
XYZ20.161410.483782.6223
Yxy10.48370.17800.0926
Hunter Lab32.378554.4855-128.6289
CIE-Lab38.696962.4304-88.1163

#5035ef color RGB value is (80,53,239).

#5035ef hex color red value is 80, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5035ef hue: 0.69 , saturation: 0.85 and the lightness value of 5035ef is 0.57.

The process color (four color CMYK) of #5035ef color hex is 0.67, 0.78, 0.00, 0.06. Web safe color of #5035ef is #6633ff. Color #5035ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 11101111
Octal 120 65 357
Decimal 80 53 239
Hex 50 35 EF

RGB Percentages of Color #5035ef

%21.51
%14.25
%64.25

CMYK Percentages of Color #5035ef

%67
%78
%0
%6

Triadic Colors of #5035ef

#5035ef #ef5035 #35ef50

Analogous Colors of #5035ef

#5035ef #ad35ef #3577ef

Monochromatic Colors of #5035ef

#5035ef

Complementary Color

#5035ef #d4ef35

#5035ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5035ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5035ef Color CSS Codes

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

#5035ef Text Font Color

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

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


#5035ef Background Color

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

This div background color is #5035ef


#5035ef Border Color

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

This div border color is #5035ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5035ef


Comments

No comments written yet.

Please login to write comment.