Color Hex Logo

#5165db Color Hex

#5165DB
(81,101,219)
0 Favorites   0 Comments

Color spaces of #5165db

RGB 81101219
HSL0.640.660.59
HSV231°63°86°
CMYK 0.630.540.00   0.14
XYZ20.833216.171269.0412
Yxy16.17120.19650.1525
Hunter Lab40.213422.1012-73.6438
CIE-Lab47.198329.0624-62.8597

#5165db color RGB value is (81,101,219).

#5165db hex color red value is 81, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5165db hue: 0.64 , saturation: 0.66 and the lightness value of 5165db is 0.59.

The process color (four color CMYK) of #5165db color hex is 0.63, 0.54, 0.00, 0.14. Web safe color of #5165db is #6666cc. Color #5165db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100101 11011011
Octal 121 145 333
Decimal 81 101 219
Hex 51 65 DB

RGB Percentages of Color #5165db

%20.20
%25.19
%54.61

CMYK Percentages of Color #5165db

%63
%54
%0
%14

Triadic Colors of #5165db

#5165db #db5165 #65db51

Analogous Colors of #5165db

#5165db #8251db #51aadb

Monochromatic Colors of #5165db

#5165db

Complementary Color

#5165db #dbc751

#5165db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5165db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5165db Color CSS Codes

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

#5165db Text Font Color

<p style="color:#5165db">Text here</p>

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


#5165db Background Color

<div style="background-color:#5165db">
Div content here</div>

This div background color is #5165db


#5165db Border Color

<div style="border:3px solid #5165db">
Div here</div>

This div border color is #5165db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,101,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5165db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5165db;
  -webkit-box-shadow: 1px 1px 3px 2px #5165db;
  box-shadow:         1px 1px 3px 2px #5165db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,101,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 #5165db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5165db


Comments

No comments written yet.

Please login to write comment.