Color Hex Logo

#535fcf Color Hex

#535FCF
(83,95,207)
0 Favorites   0 Comments

Color spaces of #535fcf

RGB 8395207
HSL0.650.560.57
HSV234°60°81°
CMYK 0.600.540.00   0.19
XYZ18.922014.528460.8385
Yxy14.52840.20070.1541
Hunter Lab38.116121.9095-67.9535
CIE-Lab44.981429.1022-59.5885

#535fcf color RGB value is (83,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 11001111
Octal 123 137 317
Decimal 83 95 207
Hex 53 5F CF

RGB Percentages of Color #535fcf

%21.56
%24.68
%53.77

CMYK Percentages of Color #535fcf

%60
%54
%0
%19

Triadic Colors of #535fcf

#535fcf #cf535f #5fcf53

Analogous Colors of #535fcf

#535fcf #8553cf #539dcf

Monochromatic Colors of #535fcf

#535fcf

Complementary Color

#535fcf #cfc353

#535fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fcf Color CSS Codes

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

#535fcf Text Font Color

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

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


#535fcf Background Color

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

This div background color is #535fcf


#535fcf Border Color

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

This div border color is #535fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,95,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 #535fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fcf


Comments

No comments written yet.

Please login to write comment.