Color Hex Logo

#534ece Color Hex

#534ECE
(83,78,206)
0 Favorites   0 Comments

Color spaces of #534ece

RGB 8378206
HSL0.670.570.56
HSV242°62°81°
CMYK 0.600.620.00   0.19
XYZ17.432211.744059.7406
Yxy11.74400.19610.1321
Hunter Lab34.269530.8276-79.3691
CIE-Lab40.806339.2256-65.7899

#534ece color RGB value is (83,78,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 11001110
Octal 123 116 316
Decimal 83 78 206
Hex 53 4E CE

RGB Percentages of Color #534ece

%22.62
%21.25
%56.13

CMYK Percentages of Color #534ece

%60
%62
%0
%19

Triadic Colors of #534ece

#534ece #ce534e #4ece53

Analogous Colors of #534ece

#534ece #934ece #4e89ce

Monochromatic Colors of #534ece

#534ece

Complementary Color

#534ece #c9ce4e

#534ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#534ece Color CSS Codes

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

#534ece Text Font Color

<p style="color:#534ece">Text here</p>

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


#534ece Background Color

<div style="background-color:#534ece">
Div content here</div>

This div background color is #534ece


#534ece Border Color

<div style="border:3px solid #534ece">
Div here</div>

This div border color is #534ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,78,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534ece;
  -webkit-box-shadow: 1px 1px 3px 2px #534ece;
  box-shadow:         1px 1px 3px 2px #534ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534ece


Comments

No comments written yet.

Please login to write comment.