Color Hex Logo

#534ebf Color Hex

#534EBF
(83,78,191)
0 Favorites   0 Comments

Color spaces of #534ebf

RGB 8378191
HSL0.670.470.53
HSV243°59°75°
CMYK 0.570.590.00   0.25
XYZ15.695611.049450.5957
Yxy11.04940.20290.1429
Hunter Lab33.240626.1132-66.9771
CIE-Lab39.663534.3861-58.9390

#534ebf color RGB value is (83,78,191).

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

The process color (four color CMYK) of #534ebf color hex is 0.57, 0.59, 0.00, 0.25. Web safe color of #534ebf is #6666cc. Color #534ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10111111
Octal 123 116 277
Decimal 83 78 191
Hex 53 4E BF

RGB Percentages of Color #534ebf

%23.58
%22.16
%54.26

CMYK Percentages of Color #534ebf

%57
%59
%0
%25

Triadic Colors of #534ebf

#534ebf #bf534e #4ebf53

Analogous Colors of #534ebf

#534ebf #8c4ebf #4e82bf

Monochromatic Colors of #534ebf

#534ebf

Complementary Color

#534ebf #babf4e

#534ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#534ebf Color CSS Codes

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

#534ebf Text Font Color

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

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


#534ebf Background Color

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

This div background color is #534ebf


#534ebf Border Color

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

This div border color is #534ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534ebf


Comments

No comments written yet.

Please login to write comment.