Color Hex Logo

#5139ce Color Hex

#5139CE
(81,57,206)
0 Favorites   0 Comments

Color spaces of #5139ce

RGB 8157206
HSL0.690.600.52
HSV250°72°81°
CMYK 0.610.720.00   0.19
XYZ15.99709.131859.3120
Yxy9.13180.18940.1081
Hunter Lab30.218941.6097-95.2181
CIE-Lab36.236850.9012-73.2759

#5139ce color RGB value is (81,57,206).

#5139ce hex color red value is 81, green value is 57 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5139ce hue: 0.69 , saturation: 0.60 and the lightness value of 5139ce is 0.52.

The process color (four color CMYK) of #5139ce color hex is 0.61, 0.72, 0.00, 0.19. Web safe color of #5139ce is #6633cc. Color #5139ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 11001110
Octal 121 71 316
Decimal 81 57 206
Hex 51 39 CE

RGB Percentages of Color #5139ce

%23.55
%16.57
%59.88

CMYK Percentages of Color #5139ce

%61
%72
%0
%19

Triadic Colors of #5139ce

#5139ce #ce5139 #39ce51

Analogous Colors of #5139ce

#5139ce #9c39ce #396cce

Monochromatic Colors of #5139ce

#5139ce

Complementary Color

#5139ce #b6ce39

#5139ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5139ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5139ce Color CSS Codes

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

#5139ce Text Font Color

<p style="color:#5139ce">Text here</p>

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


#5139ce Background Color

<div style="background-color:#5139ce">
Div content here</div>

This div background color is #5139ce


#5139ce Border Color

<div style="border:3px solid #5139ce">
Div here</div>

This div border color is #5139ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,57,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5139ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5139ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5139ce;
  box-shadow:         1px 1px 3px 2px #5139ce; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5139ce


Comments

No comments written yet.

Please login to write comment.