Color Hex Logo

#535ccd Color Hex

#535CCD
(83,92,205)
0 Favorites   0 Comments

Color spaces of #535ccd

RGB 8392205
HSL0.650.550.56
HSV236°60°80°
CMYK 0.600.550.00   0.20
XYZ18.413913.901159.4703
Yxy13.90110.20060.1515
Hunter Lab37.284222.9102-68.4719
CIE-Lab44.090830.3041-59.8798

#535ccd color RGB value is (83,92,205).

#535ccd hex color red value is 83, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #535ccd hue: 0.65 , saturation: 0.55 and the lightness value of 535ccd is 0.56.

The process color (four color CMYK) of #535ccd color hex is 0.60, 0.55, 0.00, 0.20. Web safe color of #535ccd is #6666cc. Color #535ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 11001101
Octal 123 134 315
Decimal 83 92 205
Hex 53 5C CD

RGB Percentages of Color #535ccd

%21.84
%24.21
%53.95

CMYK Percentages of Color #535ccd

%60
%55
%0
%20

Triadic Colors of #535ccd

#535ccd #cd535c #5ccd53

Analogous Colors of #535ccd

#535ccd #8753cd #5399cd

Monochromatic Colors of #535ccd

#535ccd

Complementary Color

#535ccd #cdc453

#535ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#535ccd Color CSS Codes

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

#535ccd Text Font Color

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

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


#535ccd Background Color

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

This div background color is #535ccd


#535ccd Border Color

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

This div border color is #535ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535ccd


Comments

No comments written yet.

Please login to write comment.