Color Hex Logo

#5035fc Color Hex

#5035FC
(80,53,252)
0 Favorites   0 Comments

Color spaces of #5035fc

RGB 8053252
HSL0.690.970.60
HSV248°79°99°
CMYK 0.680.790.00   0.01
XYZ22.152111.280093.1052
Yxy11.28000.17510.0891
Hunter Lab33.585758.9581-140.8518
CIE-Lab40.048166.1142-93.1967

#5035fc color RGB value is (80,53,252).

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

The process color (four color CMYK) of #5035fc color hex is 0.68, 0.79, 0.00, 0.01. Web safe color of #5035fc is #6633ff. Color #5035fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 11111100
Octal 120 65 374
Decimal 80 53 252
Hex 50 35 FC

RGB Percentages of Color #5035fc

%20.78
%13.77
%65.45

CMYK Percentages of Color #5035fc

%68
%79
%0
%1

Triadic Colors of #5035fc

#5035fc #fc5035 #35fc50

Analogous Colors of #5035fc

#5035fc #b435fc #357efc

Monochromatic Colors of #5035fc

#5035fc

Complementary Color

#5035fc #e1fc35

#5035fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5035fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5035fc Color CSS Codes

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

#5035fc Text Font Color

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

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


#5035fc Background Color

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

This div background color is #5035fc


#5035fc Border Color

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

This div border color is #5035fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5035fc


Comments

No comments written yet.

Please login to write comment.