Color Hex Logo

#510bca Color Hex

#510BCA
(81,11,202)
0 Favorites   0 Comments

Color spaces of #510bca

RGB 8111202
HSL0.730.900.42
HSV262°95°79°
CMYK 0.600.950.00   0.21
XYZ14.17376.252956.3370
Yxy6.25290.18460.0815
Hunter Lab25.005857.4166-116.0738
CIE-Lab30.041766.6901-81.1791

#510bca color RGB value is (81,11,202).

#510bca hex color red value is 81, green value is 11 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #510bca hue: 0.73 , saturation: 0.90 and the lightness value of 510bca is 0.42.

The process color (four color CMYK) of #510bca color hex is 0.60, 0.95, 0.00, 0.21. Web safe color of #510bca is #6600cc. Color #510bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001011 11001010
Octal 121 13 312
Decimal 81 11 202
Hex 51 B CA

RGB Percentages of Color #510bca

%27.55
%3.74
%68.71

CMYK Percentages of Color #510bca

%60
%95
%0
%21

Triadic Colors of #510bca

#510bca #ca510b #0bca51

Analogous Colors of #510bca

#510bca #b10bca #0b24ca

Monochromatic Colors of #510bca

#510bca

Complementary Color

#510bca #84ca0b

#510bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#510bca Color CSS Codes

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

#510bca Text Font Color

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

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


#510bca Background Color

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

This div background color is #510bca


#510bca Border Color

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

This div border color is #510bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510bca


Comments

No comments written yet.

Please login to write comment.