Color Hex Logo

#5127cb Color Hex

#5127CB
(81,39,203)
0 Favorites   0 Comments

Color spaces of #5127cb

RGB 8139203
HSL0.710.680.47
HSV255°81°80°
CMYK 0.600.810.00   0.20
XYZ14.89847.512257.1647
Yxy7.51220.18720.0944
Hunter Lab27.408449.0627-104.4731
CIE-Lab32.945658.6175-76.9549

#5127cb color RGB value is (81,39,203).

#5127cb hex color red value is 81, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5127cb hue: 0.71 , saturation: 0.68 and the lightness value of 5127cb is 0.47.

The process color (four color CMYK) of #5127cb color hex is 0.60, 0.81, 0.00, 0.20. Web safe color of #5127cb is #6633cc. Color #5127cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 11001011
Octal 121 47 313
Decimal 81 39 203
Hex 51 27 CB

RGB Percentages of Color #5127cb

%25.08
%12.07
%62.85

CMYK Percentages of Color #5127cb

%60
%81
%0
%20

Triadic Colors of #5127cb

#5127cb #cb5127 #27cb51

Analogous Colors of #5127cb

#5127cb #a327cb #274fcb

Monochromatic Colors of #5127cb

#5127cb

Complementary Color

#5127cb #a1cb27

#5127cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5127cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5127cb Color CSS Codes

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

#5127cb Text Font Color

<p style="color:#5127cb">Text here</p>

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


#5127cb Background Color

<div style="background-color:#5127cb">
Div content here</div>

This div background color is #5127cb


#5127cb Border Color

<div style="border:3px solid #5127cb">
Div here</div>

This div border color is #5127cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,39,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5127cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5127cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5127cb;
  box-shadow:         1px 1px 3px 2px #5127cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5127cb


Comments

No comments written yet.

Please login to write comment.