Color Hex Logo

#535cdd Color Hex

#535CDD
(83,92,221)
0 Favorites   0 Comments

Color spaces of #535cdd

RGB 8392221
HSL0.660.670.60
HSV236°62°87°
CMYK 0.620.580.00   0.13
XYZ20.445614.713870.1691
Yxy14.71380.19410.1397
Hunter Lab38.358628.0152-81.6078
CIE-Lab45.239735.6234-67.1672

#535cdd color RGB value is (83,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 11011101
Octal 123 134 335
Decimal 83 92 221
Hex 53 5C DD

RGB Percentages of Color #535cdd

%20.96
%23.23
%55.81

CMYK Percentages of Color #535cdd

%62
%58
%0
%13

Triadic Colors of #535cdd

#535cdd #dd535c #5cdd53

Analogous Colors of #535cdd

#535cdd #8f53dd #53a1dd

Monochromatic Colors of #535cdd

#535cdd

Complementary Color

#535cdd #ddd453

#535cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#535cdd Color CSS Codes

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

#535cdd Text Font Color

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

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


#535cdd Background Color

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

This div background color is #535cdd


#535cdd Border Color

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

This div border color is #535cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535cdd


Comments

No comments written yet.

Please login to write comment.