Color Hex Logo

#510ddf Color Hex

#510DDF
(81,13,223)
0 Favorites   0 Comments

Color spaces of #510ddf

RGB 8113223
HSL0.720.890.46
HSV259°94°87°
CMYK 0.640.940.00   0.13
XYZ16.85657.364970.3452
Yxy7.36490.17830.0779
Hunter Lab27.138363.3800-134.6885
CIE-Lab32.623671.3337-89.0635

#510ddf color RGB value is (81,13,223).

#510ddf hex color red value is 81, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #510ddf hue: 0.72 , saturation: 0.89 and the lightness value of 510ddf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 11011111
Octal 121 15 337
Decimal 81 13 223
Hex 51 D DF

RGB Percentages of Color #510ddf

%25.55
%4.10
%70.35

CMYK Percentages of Color #510ddf

%64
%94
%0
%13

Triadic Colors of #510ddf

#510ddf #df510d #0ddf51

Analogous Colors of #510ddf

#510ddf #ba0ddf #0d32df

Monochromatic Colors of #510ddf

#510ddf

Complementary Color

#510ddf #9bdf0d

#510ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#510ddf Color CSS Codes

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

#510ddf Text Font Color

<p style="color:#510ddf">Text here</p>

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


#510ddf Background Color

<div style="background-color:#510ddf">
Div content here</div>

This div background color is #510ddf


#510ddf Border Color

<div style="border:3px solid #510ddf">
Div here</div>

This div border color is #510ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,13,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #510ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #510ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #510ddf;
  box-shadow:         1px 1px 3px 2px #510ddf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510ddf


Comments

No comments written yet.

Please login to write comment.