Color Hex Logo

#5125d5 Color Hex

#5125D5
(81,37,213)
0 Favorites   0 Comments

Color spaces of #5125d5

RGB 8137213
HSL0.710.700.49
HSV255°83°84°
CMYK 0.620.830.00   0.16
XYZ16.06517.876663.6244
Yxy7.87660.18350.0900
Hunter Lab28.065353.0625-114.7656
CIE-Lab33.724662.1211-81.4738

#5125d5 color RGB value is (81,37,213).

#5125d5 hex color red value is 81, green value is 37 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5125d5 hue: 0.71 , saturation: 0.70 and the lightness value of 5125d5 is 0.49.

The process color (four color CMYK) of #5125d5 color hex is 0.62, 0.83, 0.00, 0.16. Web safe color of #5125d5 is #6633cc. Color #5125d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 11010101
Octal 121 45 325
Decimal 81 37 213
Hex 51 25 D5

RGB Percentages of Color #5125d5

%24.47
%11.18
%64.35

CMYK Percentages of Color #5125d5

%62
%83
%0
%16

Triadic Colors of #5125d5

#5125d5 #d55125 #25d551

Analogous Colors of #5125d5

#5125d5 #a925d5 #2551d5

Monochromatic Colors of #5125d5

#5125d5

Complementary Color

#5125d5 #a9d525

#5125d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5125d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5125d5 Color CSS Codes

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

#5125d5 Text Font Color

<p style="color:#5125d5">Text here</p>

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


#5125d5 Background Color

<div style="background-color:#5125d5">
Div content here</div>

This div background color is #5125d5


#5125d5 Border Color

<div style="border:3px solid #5125d5">
Div here</div>

This div border color is #5125d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,37,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5125d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5125d5;
  -webkit-box-shadow: 1px 1px 3px 2px #5125d5;
  box-shadow:         1px 1px 3px 2px #5125d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5125d5


Comments

No comments written yet.

Please login to write comment.