Color Hex Logo

#5005df Color Hex

#5005DF
(80,5,223)
0 Favorites   0 Comments

Color spaces of #5005df

RGB 805223
HSL0.720.960.45
HSV261°98°87°
CMYK 0.640.980.00   0.13
XYZ16.68187.141770.3113
Yxy7.14170.17720.0759
Hunter Lab26.724064.6575-137.2865
CIE-Lab32.127372.4988-89.8913

#5005df color RGB value is (80,5,223).

#5005df hex color red value is 80, green value is 5 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5005df hue: 0.72 , saturation: 0.96 and the lightness value of 5005df is 0.45.

The process color (four color CMYK) of #5005df color hex is 0.64, 0.98, 0.00, 0.13. Web safe color of #5005df is #6600cc. Color #5005df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 11011111
Octal 120 5 337
Decimal 80 5 223
Hex 50 5 DF

RGB Percentages of Color #5005df

%25.97
%1.62
%72.40

CMYK Percentages of Color #5005df

%64
%98
%0
%13

Triadic Colors of #5005df

#5005df #df5005 #05df50

Analogous Colors of #5005df

#5005df #bd05df #0527df

Monochromatic Colors of #5005df

#5005df

Complementary Color

#5005df #94df05

#5005df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5005df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5005df Color CSS Codes

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

#5005df Text Font Color

<p style="color:#5005df">Text here</p>

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


#5005df Background Color

<div style="background-color:#5005df">
Div content here</div>

This div background color is #5005df


#5005df Border Color

<div style="border:3px solid #5005df">
Div here</div>

This div border color is #5005df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,5,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5005df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5005df;
  -webkit-box-shadow: 1px 1px 3px 2px #5005df;
  box-shadow:         1px 1px 3px 2px #5005df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,5,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5005df


Comments

No comments written yet.

Please login to write comment.