Color Hex Logo

#534be1 Color Hex

#534BE1
(83,75,225)
0 Favorites   0 Comments

Color spaces of #534be1

RGB 8375225
HSL0.680.710.59
HSV243°67°88°
CMYK 0.630.670.00   0.12
XYZ19.674012.307472.5728
Yxy12.30740.18820.1177
Hunter Lab35.081938.7098-98.0940
CIE-Lab41.700647.0611-75.2196

#534be1 color RGB value is (83,75,225).

#534be1 hex color red value is 83, green value is 75 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #534be1 hue: 0.68 , saturation: 0.71 and the lightness value of 534be1 is 0.59.

The process color (four color CMYK) of #534be1 color hex is 0.63, 0.67, 0.00, 0.12. Web safe color of #534be1 is #6633cc. Color #534be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 11100001
Octal 123 113 341
Decimal 83 75 225
Hex 53 4B E1

RGB Percentages of Color #534be1

%21.67
%19.58
%58.75

CMYK Percentages of Color #534be1

%63
%67
%0
%12

Triadic Colors of #534be1

#534be1 #e1534b #4be153

Analogous Colors of #534be1

#534be1 #9e4be1 #4b8ee1

Monochromatic Colors of #534be1

#534be1

Complementary Color

#534be1 #d9e14b

#534be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534be1 Color CSS Codes

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

#534be1 Text Font Color

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

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


#534be1 Background Color

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

This div background color is #534be1


#534be1 Border Color

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

This div border color is #534be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534be1


Comments

No comments written yet.

Please login to write comment.