Color Hex Logo

#5805bd Color Hex

#5805BD
(88,5,189)
0 Favorites   0 Comments

Color spaces of #5805bd

RGB 885189
HSL0.740.950.38
HSV267°97°74°
CMYK 0.530.970.00   0.26
XYZ13.26415.857448.5756
Yxy5.85740.19590.0865
Hunter Lab24.202155.4745-102.0586
CIE-Lab29.049865.1679-75.1488

#5805bd color RGB value is (88,5,189).

#5805bd hex color red value is 88, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5805bd hue: 0.74 , saturation: 0.95 and the lightness value of 5805bd is 0.38.

The process color (four color CMYK) of #5805bd color hex is 0.53, 0.97, 0.00, 0.26. Web safe color of #5805bd is #6600cc. Color #5805bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000101 10111101
Octal 130 5 275
Decimal 88 5 189
Hex 58 5 BD

RGB Percentages of Color #5805bd

%31.21
%1.77
%67.02

CMYK Percentages of Color #5805bd

%53
%97
%0
%26

Triadic Colors of #5805bd

#5805bd #bd5805 #05bd58

Analogous Colors of #5805bd

#5805bd #b405bd #050ebd

Monochromatic Colors of #5805bd

#5805bd

Complementary Color

#5805bd #6abd05

#5805bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5805bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5805bd Color CSS Codes

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

#5805bd Text Font Color

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

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


#5805bd Background Color

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

This div background color is #5805bd


#5805bd Border Color

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

This div border color is #5805bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,5,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 #5805bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5805bd


Comments

No comments written yet.

Please login to write comment.