Color Hex Logo

#535ccf Color Hex

#535CCF
(83,92,207)
2 Favorites   0 Comments

Color spaces of #535ccf

RGB 8392207
HSL0.650.560.57
HSV236°60°81°
CMYK 0.600.560.00   0.19
XYZ18.656913.998360.7501
Yxy13.99830.19970.1499
Hunter Lab37.414323.5352-70.0800
CIE-Lab44.230530.9689-60.8033

#535ccf color RGB value is (83,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 11001111
Octal 123 134 317
Decimal 83 92 207
Hex 53 5C CF

RGB Percentages of Color #535ccf

%21.73
%24.08
%54.19

CMYK Percentages of Color #535ccf

%60
%56
%0
%19

Triadic Colors of #535ccf

#535ccf #cf535c #5ccf53

Analogous Colors of #535ccf

#535ccf #8853cf #539acf

Monochromatic Colors of #535ccf

#535ccf

Complementary Color

#535ccf #cfc653

#535ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#535ccf Color CSS Codes

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

#535ccf Text Font Color

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

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


#535ccf Background Color

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

This div background color is #535ccf


#535ccf Border Color

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

This div border color is #535ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535ccf


Comments

No comments written yet.

Please login to write comment.