Color Hex Logo

#5146cd Color Hex

#5146CD
(81,70,205)
0 Favorites   0 Comments

Color spaces of #5146cd

RGB 8170205
HSL0.680.570.54
HSV245°66°80°
CMYK 0.600.660.00   0.20
XYZ16.602910.537458.9165
Yxy10.53740.19290.1224
Hunter Lab32.461434.4894-84.8868
CIE-Lab38.790143.3377-68.5097

#5146cd color RGB value is (81,70,205).

#5146cd hex color red value is 81, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5146cd hue: 0.68 , saturation: 0.57 and the lightness value of 5146cd is 0.54.

The process color (four color CMYK) of #5146cd color hex is 0.60, 0.66, 0.00, 0.20. Web safe color of #5146cd is #6633cc. Color #5146cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 11001101
Octal 121 106 315
Decimal 81 70 205
Hex 51 46 CD

RGB Percentages of Color #5146cd

%22.75
%19.66
%57.58

CMYK Percentages of Color #5146cd

%60
%66
%0
%20

Triadic Colors of #5146cd

#5146cd #cd5146 #46cd51

Analogous Colors of #5146cd

#5146cd #9546cd #467fcd

Monochromatic Colors of #5146cd

#5146cd

Complementary Color

#5146cd #c2cd46

#5146cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5146cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5146cd Color CSS Codes

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

#5146cd Text Font Color

<p style="color:#5146cd">Text here</p>

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


#5146cd Background Color

<div style="background-color:#5146cd">
Div content here</div>

This div background color is #5146cd


#5146cd Border Color

<div style="border:3px solid #5146cd">
Div here</div>

This div border color is #5146cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,70,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5146cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5146cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5146cd;
  box-shadow:         1px 1px 3px 2px #5146cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5146cd


Comments

No comments written yet.

Please login to write comment.