Color Hex Logo

#5354cf Color Hex

#5354CF
(83,84,207)
0 Favorites   0 Comments

Color spaces of #5354cf

RGB 8384207
HSL0.670.560.57
HSV240°60°81°
CMYK 0.600.590.00   0.19
XYZ18.000112.684660.5312
Yxy12.68460.19730.1391
Hunter Lab35.615427.8871-75.8371
CIE-Lab42.284135.9077-63.9611

#5354cf color RGB value is (83,84,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 11001111
Octal 123 124 317
Decimal 83 84 207
Hex 53 54 CF

RGB Percentages of Color #5354cf

%22.19
%22.46
%55.35

CMYK Percentages of Color #5354cf

%60
%59
%0
%19

Triadic Colors of #5354cf

#5354cf #cf5354 #54cf53

Analogous Colors of #5354cf

#5354cf #9053cf #5392cf

Monochromatic Colors of #5354cf

#5354cf

Complementary Color

#5354cf #cfce53

#5354cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5354cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5354cf Color CSS Codes

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

#5354cf Text Font Color

<p style="color:#5354cf">Text here</p>

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


#5354cf Background Color

<div style="background-color:#5354cf">
Div content here</div>

This div background color is #5354cf


#5354cf Border Color

<div style="border:3px solid #5354cf">
Div here</div>

This div border color is #5354cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5354cf


Comments

No comments written yet.

Please login to write comment.