Color Hex Logo

#510cda Color Hex

#510CDA
(81,12,218)
0 Favorites   0 Comments

Color spaces of #510cda

RGB 8112218
HSL0.720.900.45
HSV260°94°85°
CMYK 0.630.940.00   0.15
XYZ16.17977.074266.8424
Yxy7.07420.17960.0785
Hunter Lab26.597462.0397-130.3848
CIE-Lab31.975270.3171-87.2626

#510cda color RGB value is (81,12,218).

#510cda hex color red value is 81, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #510cda hue: 0.72 , saturation: 0.90 and the lightness value of 510cda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001100 11011010
Octal 121 14 332
Decimal 81 12 218
Hex 51 C DA

RGB Percentages of Color #510cda

%26.05
%3.86
%70.10

CMYK Percentages of Color #510cda

%63
%94
%0
%15

Triadic Colors of #510cda

#510cda #da510c #0cda51

Analogous Colors of #510cda

#510cda #b80cda #0c2eda

Monochromatic Colors of #510cda

#510cda

Complementary Color

#510cda #95da0c

#510cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#510cda Color CSS Codes

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

#510cda Text Font Color

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

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


#510cda Background Color

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

This div background color is #510cda


#510cda Border Color

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

This div border color is #510cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510cda


Comments

No comments written yet.

Please login to write comment.