Color Hex Logo

#5515dd Color Hex

#5515DD
(85,21,221)
0 Favorites   0 Comments

Color spaces of #5515dd

RGB 8521221
HSL0.720.830.47
HSV259°90°87°
CMYK 0.620.900.00   0.13
XYZ17.06567.688168.9911
Yxy7.68810.18200.0820
Hunter Lab27.727461.3397-128.1156
CIE-Lab33.324769.4685-86.7381

#5515dd color RGB value is (85,21,221).

#5515dd hex color red value is 85, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5515dd hue: 0.72 , saturation: 0.83 and the lightness value of 5515dd is 0.47.

The process color (four color CMYK) of #5515dd color hex is 0.62, 0.90, 0.00, 0.13. Web safe color of #5515dd is #6600cc. Color #5515dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010101 11011101
Octal 125 25 335
Decimal 85 21 221
Hex 55 15 DD

RGB Percentages of Color #5515dd

%25.99
%6.42
%67.58

CMYK Percentages of Color #5515dd

%62
%90
%0
%13

Triadic Colors of #5515dd

#5515dd #dd5515 #15dd55

Analogous Colors of #5515dd

#5515dd #b915dd #1539dd

Monochromatic Colors of #5515dd

#5515dd

Complementary Color

#5515dd #9ddd15

#5515dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5515dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5515dd Color CSS Codes

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

#5515dd Text Font Color

<p style="color:#5515dd">Text here</p>

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


#5515dd Background Color

<div style="background-color:#5515dd">
Div content here</div>

This div background color is #5515dd


#5515dd Border Color

<div style="border:3px solid #5515dd">
Div here</div>

This div border color is #5515dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,21,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5515dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5515dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5515dd;
  box-shadow:         1px 1px 3px 2px #5515dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,21,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5515dd


Comments

No comments written yet.

Please login to write comment.