color codes Logo

#5d08db color codes

#5D08DB
(93,8,219)
0 Favorites   0 Comments

Color spaces of #5d08db

RGB 938219
HSL0.730.930.45
HSV264°96°86°
CMYK 0.580.960.00   0.14
XYZ17.38727.615367.5713
Yxy7.61530.18780.0823
Hunter Lab27.595864.1741-125.8607
CIE-Lab33.168571.9025-85.8208

#5d08db color RGB value is (93,8,219).

#5d08db hex color red value is 93, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5d08db hue: 0.73 , saturation: 0.93 and the lightness value of 5d08db is 0.45.

The process color (four color CMYK) of #5d08db color code is 0.58, 0.96, 0.00, 0.14. Web safe color of #5d08db is #6600cc. Color #5d08db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001000 11011011
Octal 135 10 333
Decimal 93 8 219
Hex 5D 8 DB

RGB Percentages of Color #5d08db

%29.06
%2.50
%68.44

CMYK Percentages of Color #5d08db

%58
%96
%0
%14

Triadic Colors of #5d08db

#5d08db #db5d08 #08db5d

Analogous Colors of #5d08db

#5d08db #c708db #081ddb

Monochromatic Colors of #5d08db

#5d08db

Complementary Color

#5d08db #86db08

#5d08db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d08db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d08db Color CSS Codes

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

#5d08db Text Font Color

<p style="color:#5d08db">Text here</p>

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


#5d08db Background Color

<div style="background-color:#5d08db">
Div content here</div>

This div background color is #5d08db


#5d08db Border Color

<div style="border:3px solid #5d08db">
Div here</div>

This div border color is #5d08db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,8,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d08db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d08db;
  -webkit-box-shadow: 1px 1px 3px 2px #5d08db;
  box-shadow:         1px 1px 3px 2px #5d08db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,8,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d08db


Comments

No comments written yet.

Please login to write comment.