Color Hex Logo

#5134be Color Hex

#5134BE
(81,52,190)
0 Favorites   0 Comments

Color spaces of #5134be

RGB 8152190
HSL0.700.570.47
HSV253°73°75°
CMYK 0.570.730.00   0.25
XYZ13.91567.923049.5111
Yxy7.92300.19500.1110
Hunter Lab28.147838.9874-84.5857
CIE-Lab33.822048.7766-67.8957

#5134be color RGB value is (81,52,190).

#5134be hex color red value is 81, green value is 52 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5134be hue: 0.70 , saturation: 0.57 and the lightness value of 5134be is 0.47.

The process color (four color CMYK) of #5134be color hex is 0.57, 0.73, 0.00, 0.25. Web safe color of #5134be is #6633cc. Color #5134be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 10111110
Octal 121 64 276
Decimal 81 52 190
Hex 51 34 BE

RGB Percentages of Color #5134be

%25.08
%16.10
%58.82

CMYK Percentages of Color #5134be

%57
%73
%0
%25

Triadic Colors of #5134be

#5134be #be5134 #34be51

Analogous Colors of #5134be

#5134be #9634be #345cbe

Monochromatic Colors of #5134be

#5134be

Complementary Color

#5134be #a1be34

#5134be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5134be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5134be Color CSS Codes

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

#5134be Text Font Color

<p style="color:#5134be">Text here</p>

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


#5134be Background Color

<div style="background-color:#5134be">
Div content here</div>

This div background color is #5134be


#5134be Border Color

<div style="border:3px solid #5134be">
Div here</div>

This div border color is #5134be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,52,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5134be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5134be;
  -webkit-box-shadow: 1px 1px 3px 2px #5134be;
  box-shadow:         1px 1px 3px 2px #5134be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,52,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5134be


Comments

No comments written yet.

Please login to write comment.