Color Hex Logo

#5142be Color Hex

#5142BE
(81,66,190)
0 Favorites   0 Comments

Color spaces of #5142be

RGB 8166190
HSL0.690.490.50
HSV247°65°75°
CMYK 0.570.650.00   0.25
XYZ14.63589.363549.7511
Yxy9.36350.19850.1270
Hunter Lab30.599831.8262-74.9775
CIE-Lab36.674940.9495-63.2249

#5142be color RGB value is (81,66,190).

#5142be hex color red value is 81, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5142be hue: 0.69 , saturation: 0.49 and the lightness value of 5142be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 10111110
Octal 121 102 276
Decimal 81 66 190
Hex 51 42 BE

RGB Percentages of Color #5142be

%24.04
%19.58
%56.38

CMYK Percentages of Color #5142be

%57
%65
%0
%25

Triadic Colors of #5142be

#5142be #be5142 #42be51

Analogous Colors of #5142be

#5142be #8f42be #4271be

Monochromatic Colors of #5142be

#5142be

Complementary Color

#5142be #afbe42

#5142be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5142be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5142be Color CSS Codes

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

#5142be Text Font Color

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

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


#5142be Background Color

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

This div background color is #5142be


#5142be Border Color

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

This div border color is #5142be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,66,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 #5142be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5142be


Comments

No comments written yet.

Please login to write comment.