Color Hex Logo

#5025bd Color Hex

#5025BD
(80,37,189)
0 Favorites   0 Comments

Color spaces of #5025bd

RGB 8037189
HSL0.710.670.44
HSV257°80°74°
CMYK 0.580.800.00   0.26
XYZ13.15516.702748.7445
Yxy6.70270.19180.0977
Hunter Lab25.889645.3933-93.5076
CIE-Lab31.120355.5311-71.7559

#5025bd color RGB value is (80,37,189).

#5025bd hex color red value is 80, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5025bd hue: 0.71 , saturation: 0.67 and the lightness value of 5025bd is 0.44.

The process color (four color CMYK) of #5025bd color hex is 0.58, 0.80, 0.00, 0.26. Web safe color of #5025bd is #6633cc. Color #5025bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 10111101
Octal 120 45 275
Decimal 80 37 189
Hex 50 25 BD

RGB Percentages of Color #5025bd

%26.14
%12.09
%61.76

CMYK Percentages of Color #5025bd

%58
%80
%0
%26

Triadic Colors of #5025bd

#5025bd #bd5025 #25bd50

Analogous Colors of #5025bd

#5025bd #9c25bd #2546bd

Monochromatic Colors of #5025bd

#5025bd

Complementary Color

#5025bd #92bd25

#5025bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5025bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5025bd Color CSS Codes

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

#5025bd Text Font Color

<p style="color:#5025bd">Text here</p>

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


#5025bd Background Color

<div style="background-color:#5025bd">
Div content here</div>

This div background color is #5025bd


#5025bd Border Color

<div style="border:3px solid #5025bd">
Div here</div>

This div border color is #5025bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,37,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5025bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5025bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5025bd;
  box-shadow:         1px 1px 3px 2px #5025bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5025bd


Comments

No comments written yet.

Please login to write comment.