Color Hex Logo

#510cbd Color Hex

#510CBD
(81,12,189)
0 Favorites   0 Comments

Color spaces of #510cbd

RGB 8112189
HSL0.730.880.39
HSV263°94°74°
CMYK 0.570.940.00   0.26
XYZ12.71015.686448.5718
Yxy5.68640.18980.0849
Hunter Lab23.846253.4104-104.0743
CIE-Lab28.607163.4141-75.9081

#510cbd color RGB value is (81,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001100 10111101
Octal 121 14 275
Decimal 81 12 189
Hex 51 C BD

RGB Percentages of Color #510cbd

%28.72
%4.26
%67.02

CMYK Percentages of Color #510cbd

%57
%94
%0
%26

Triadic Colors of #510cbd

#510cbd #bd510c #0cbd51

Analogous Colors of #510cbd

#510cbd #aa0cbd #0c20bd

Monochromatic Colors of #510cbd

#510cbd

Complementary Color

#510cbd #78bd0c

#510cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#510cbd Color CSS Codes

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

#510cbd Text Font Color

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

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


#510cbd Background Color

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

This div background color is #510cbd


#510cbd Border Color

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

This div border color is #510cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510cbd


Comments

No comments written yet.

Please login to write comment.