Color Hex Logo

#5107bc Color Hex

#5107BC
(81,7,188)
0 Favorites   0 Comments

Color spaces of #5107bc

RGB 817188
HSL0.730.930.38
HSV265°96°74°
CMYK 0.570.960.00   0.26
XYZ12.54645.532147.9835
Yxy5.53210.18990.0837
Hunter Lab23.520454.0558-104.4920
CIE-Lab28.199964.0667-75.9907

#5107bc color RGB value is (81,7,188).

#5107bc hex color red value is 81, green value is 7 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5107bc hue: 0.73 , saturation: 0.93 and the lightness value of 5107bc is 0.38.

The process color (four color CMYK) of #5107bc color hex is 0.57, 0.96, 0.00, 0.26. Web safe color of #5107bc is #6600cc. Color #5107bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000111 10111100
Octal 121 7 274
Decimal 81 7 188
Hex 51 7 BC

RGB Percentages of Color #5107bc

%29.35
%2.54
%68.12

CMYK Percentages of Color #5107bc

%57
%96
%0
%26

Triadic Colors of #5107bc

#5107bc #bc5107 #07bc51

Analogous Colors of #5107bc

#5107bc #ac07bc #0717bc

Monochromatic Colors of #5107bc

#5107bc

Complementary Color

#5107bc #72bc07

#5107bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5107bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5107bc Color CSS Codes

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

#5107bc Text Font Color

<p style="color:#5107bc">Text here</p>

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


#5107bc Background Color

<div style="background-color:#5107bc">
Div content here</div>

This div background color is #5107bc


#5107bc Border Color

<div style="border:3px solid #5107bc">
Div here</div>

This div border color is #5107bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,7,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5107bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5107bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5107bc;
  box-shadow:         1px 1px 3px 2px #5107bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5107bc


Comments

No comments written yet.

Please login to write comment.