Color Hex Logo

#510dcf Color Hex

#510DCF
(81,13,207)
0 Favorites   0 Comments

Color spaces of #510dcf

RGB 8113207
HSL0.730.880.43
HSV261°94°81°
CMYK 0.610.940.00   0.19
XYZ14.79976.542259.5142
Yxy6.54220.18300.0809
Hunter Lab25.577758.5221-120.0514
CIE-Lab30.741167.5229-82.9366

#510dcf color RGB value is (81,13,207).

#510dcf hex color red value is 81, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #510dcf hue: 0.73 , saturation: 0.88 and the lightness value of 510dcf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 11001111
Octal 121 15 317
Decimal 81 13 207
Hex 51 D CF

RGB Percentages of Color #510dcf

%26.91
%4.32
%68.77

CMYK Percentages of Color #510dcf

%61
%94
%0
%19

Triadic Colors of #510dcf

#510dcf #cf510d #0dcf51

Analogous Colors of #510dcf

#510dcf #b20dcf #0d2acf

Monochromatic Colors of #510dcf

#510dcf

Complementary Color

#510dcf #8bcf0d

#510dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#510dcf Color CSS Codes

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

#510dcf Text Font Color

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

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


#510dcf Background Color

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

This div background color is #510dcf


#510dcf Border Color

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

This div border color is #510dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,13,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510dcf


Comments

No comments written yet.

Please login to write comment.