Color Hex Logo

#535ced Color Hex

#535CED
(83,92,237)
0 Favorites   0 Comments

Color spaces of #535ced

RGB 8392237
HSL0.660.810.63
HSV236°65°93°
CMYK 0.650.610.00   0.07
XYZ22.680515.607781.9380
Yxy15.60770.18860.1298
Hunter Lab39.506633.3393-95.3149
CIE-Lab46.455540.9234-74.2344

#535ced color RGB value is (83,92,237).

#535ced hex color red value is 83, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #535ced hue: 0.66 , saturation: 0.81 and the lightness value of 535ced is 0.63.

The process color (four color CMYK) of #535ced color hex is 0.65, 0.61, 0.00, 0.07. Web safe color of #535ced is #6666ff. Color #535ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 11101101
Octal 123 134 355
Decimal 83 92 237
Hex 53 5C ED

RGB Percentages of Color #535ced

%20.15
%22.33
%57.52

CMYK Percentages of Color #535ced

%65
%61
%0
%7

Triadic Colors of #535ced

#535ced #ed535c #5ced53

Analogous Colors of #535ced

#535ced #9753ed #53a9ed

Monochromatic Colors of #535ced

#535ced

Complementary Color

#535ced #ede453

#535ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#535ced Color CSS Codes

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

#535ced Text Font Color

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

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


#535ced Background Color

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

This div background color is #535ced


#535ced Border Color

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

This div border color is #535ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535ced


Comments

No comments written yet.

Please login to write comment.