Color Hex Logo

#535edc Color Hex

#535EDC
(83,94,220)
0 Favorites   0 Comments

Color spaces of #535edc

RGB 8394220
HSL0.650.660.59
HSV235°62°86°
CMYK 0.620.570.00   0.14
XYZ20.488315.011769.5278
Yxy15.01170.19510.1429
Hunter Lab38.744926.5871-79.2745
CIE-Lab45.650234.0623-65.9315

#535edc color RGB value is (83,94,220).

#535edc hex color red value is 83, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #535edc hue: 0.65 , saturation: 0.66 and the lightness value of 535edc is 0.59.

The process color (four color CMYK) of #535edc color hex is 0.62, 0.57, 0.00, 0.14. Web safe color of #535edc is #6666cc. Color #535edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 11011100
Octal 123 136 334
Decimal 83 94 220
Hex 53 5E DC

RGB Percentages of Color #535edc

%20.91
%23.68
%55.42

CMYK Percentages of Color #535edc

%62
%57
%0
%14

Triadic Colors of #535edc

#535edc #dc535e #5edc53

Analogous Colors of #535edc

#535edc #8d53dc #53a3dc

Monochromatic Colors of #535edc

#535edc

Complementary Color

#535edc #dcd153

#535edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#535edc Color CSS Codes

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

#535edc Text Font Color

<p style="color:#535edc">Text here</p>

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


#535edc Background Color

<div style="background-color:#535edc">
Div content here</div>

This div background color is #535edc


#535edc Border Color

<div style="border:3px solid #535edc">
Div here</div>

This div border color is #535edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,94,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535edc;
  -webkit-box-shadow: 1px 1px 3px 2px #535edc;
  box-shadow:         1px 1px 3px 2px #535edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535edc


Comments

No comments written yet.

Please login to write comment.