Color Hex Logo

#5810bd Color Hex

#5810BD
(88,16,189)
0 Favorites   0 Comments

Color spaces of #5810bd

RGB 8816189
HSL0.740.840.40
HSV265°92°74°
CMYK 0.530.920.00   0.26
XYZ13.39516.119448.6193
Yxy6.11940.19660.0898
Hunter Lab24.737453.3657-99.2133
CIE-Lab29.711763.1658-74.0534

#5810bd color RGB value is (88,16,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 10111101
Octal 130 20 275
Decimal 88 16 189
Hex 58 10 BD

RGB Percentages of Color #5810bd

%30.03
%5.46
%64.51

CMYK Percentages of Color #5810bd

%53
%92
%0
%26

Triadic Colors of #5810bd

#5810bd #bd5810 #10bd58

Analogous Colors of #5810bd

#5810bd #af10bd #101fbd

Monochromatic Colors of #5810bd

#5810bd

Complementary Color

#5810bd #75bd10

#5810bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5810bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5810bd Color CSS Codes

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

#5810bd Text Font Color

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

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


#5810bd Background Color

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

This div background color is #5810bd


#5810bd Border Color

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

This div border color is #5810bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5810bd


Comments

No comments written yet.

Please login to write comment.