Color Hex Logo

#5343de Color Hex

#5343DE
(83,67,222)
0 Favorites   0 Comments

Color spaces of #5343de

RGB 8367222
HSL0.680.700.57
HSV246°70°87°
CMYK 0.630.700.00   0.13
XYZ18.759311.127270.2663
Yxy11.12720.18730.1111
Hunter Lab33.357542.0078-101.5421
CIE-Lab39.793950.6229-76.6362

#5343de color RGB value is (83,67,222).

#5343de hex color red value is 83, green value is 67 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5343de hue: 0.68 , saturation: 0.70 and the lightness value of 5343de is 0.57.

The process color (four color CMYK) of #5343de color hex is 0.63, 0.70, 0.00, 0.13. Web safe color of #5343de is #6633cc. Color #5343de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 11011110
Octal 123 103 336
Decimal 83 67 222
Hex 53 43 DE

RGB Percentages of Color #5343de

%22.31
%18.01
%59.68

CMYK Percentages of Color #5343de

%63
%70
%0
%13

Triadic Colors of #5343de

#5343de #de5343 #43de53

Analogous Colors of #5343de

#5343de #a143de #4381de

Monochromatic Colors of #5343de

#5343de

Complementary Color

#5343de #cede43

#5343de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5343de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5343de Color CSS Codes

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

#5343de Text Font Color

<p style="color:#5343de">Text here</p>

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


#5343de Background Color

<div style="background-color:#5343de">
Div content here</div>

This div background color is #5343de


#5343de Border Color

<div style="border:3px solid #5343de">
Div here</div>

This div border color is #5343de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,67,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5343de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5343de;
  -webkit-box-shadow: 1px 1px 3px 2px #5343de;
  box-shadow:         1px 1px 3px 2px #5343de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5343de


Comments

No comments written yet.

Please login to write comment.