Color Hex Logo

#535fca Color Hex

#535FCA
(83,95,202)
0 Favorites   0 Comments

Color spaces of #535fca

RGB 8395202
HSL0.650.530.56
HSV234°59°79°
CMYK 0.590.530.00   0.21
XYZ18.320214.287757.6693
Yxy14.28770.20290.1583
Hunter Lab37.799120.3658-63.9982
CIE-Lab44.642727.4333-57.2608

#535fca color RGB value is (83,95,202).

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

The process color (four color CMYK) of #535fca color hex is 0.59, 0.53, 0.00, 0.21. Web safe color of #535fca is #6666cc. Color #535fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 11001010
Octal 123 137 312
Decimal 83 95 202
Hex 53 5F CA

RGB Percentages of Color #535fca

%21.84
%25.00
%53.16

CMYK Percentages of Color #535fca

%59
%53
%0
%21

Triadic Colors of #535fca

#535fca #ca535f #5fca53

Analogous Colors of #535fca

#535fca #8353ca #539bca

Monochromatic Colors of #535fca

#535fca

Complementary Color

#535fca #cabe53

#535fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fca Color CSS Codes

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

#535fca Text Font Color

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

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


#535fca Background Color

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

This div background color is #535fca


#535fca Border Color

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

This div border color is #535fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fca


Comments

No comments written yet.

Please login to write comment.