Color Hex Logo

#5135dc Color Hex

#5135DC
(81,53,220)
0 Favorites   0 Comments

Color spaces of #5135dc

RGB 8153220
HSL0.690.700.54
HSV250°76°86°
CMYK 0.630.760.00   0.14
XYZ17.58479.462868.6098
Yxy9.46280.18380.0989
Hunter Lab30.761748.2054-110.7053
CIE-Lab36.860557.0594-80.3249

#5135dc color RGB value is (81,53,220).

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

The process color (four color CMYK) of #5135dc color hex is 0.63, 0.76, 0.00, 0.14. Web safe color of #5135dc is #6633cc. Color #5135dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 11011100
Octal 121 65 334
Decimal 81 53 220
Hex 51 35 DC

RGB Percentages of Color #5135dc

%22.88
%14.97
%62.15

CMYK Percentages of Color #5135dc

%63
%76
%0
%14

Triadic Colors of #5135dc

#5135dc #dc5135 #35dc51

Analogous Colors of #5135dc

#5135dc #a535dc #356ddc

Monochromatic Colors of #5135dc

#5135dc

Complementary Color

#5135dc #c0dc35

#5135dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5135dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5135dc Color CSS Codes

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

#5135dc Text Font Color

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

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


#5135dc Background Color

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

This div background color is #5135dc


#5135dc Border Color

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

This div border color is #5135dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5135dc


Comments

No comments written yet.

Please login to write comment.