Color Hex Logo

#5135cd Color Hex

#5135CD
(81,53,205)
0 Favorites   0 Comments

Color spaces of #5135cd

RGB 8153205
HSL0.700.600.51
HSV251°74°80°
CMYK 0.600.740.00   0.20
XYZ15.68598.703358.6108
Yxy8.70330.18900.1049
Hunter Lab29.501443.2813-97.1414
CIE-Lab35.406752.6783-74.0610

#5135cd color RGB value is (81,53,205).

#5135cd hex color red value is 81, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5135cd hue: 0.70 , saturation: 0.60 and the lightness value of 5135cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 11001101
Octal 121 65 315
Decimal 81 53 205
Hex 51 35 CD

RGB Percentages of Color #5135cd

%23.89
%15.63
%60.47

CMYK Percentages of Color #5135cd

%60
%74
%0
%20

Triadic Colors of #5135cd

#5135cd #cd5135 #35cd51

Analogous Colors of #5135cd

#5135cd #9d35cd #3565cd

Monochromatic Colors of #5135cd

#5135cd

Complementary Color

#5135cd #b1cd35

#5135cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5135cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5135cd Color CSS Codes

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

#5135cd Text Font Color

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

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


#5135cd Background Color

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

This div background color is #5135cd


#5135cd Border Color

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

This div border color is #5135cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,53,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 #5135cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5135cd


Comments

No comments written yet.

Please login to write comment.