Color Hex Logo

#5121dd Color Hex

#5121DD
(81,33,221)
0 Favorites   0 Comments

Color spaces of #5121dd

RGB 8133221
HSL0.710.740.50
HSV255°85°87°
CMYK 0.630.850.00   0.13
XYZ16.98838.057569.0665
Yxy8.05750.18050.0856
Hunter Lab28.385757.1537-124.3909
CIE-Lab34.102365.6899-85.4599

#5121dd color RGB value is (81,33,221).

#5121dd hex color red value is 81, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5121dd hue: 0.71 , saturation: 0.74 and the lightness value of 5121dd is 0.50.

The process color (four color CMYK) of #5121dd color hex is 0.63, 0.85, 0.00, 0.13. Web safe color of #5121dd is #6633cc. Color #5121dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 11011101
Octal 121 41 335
Decimal 81 33 221
Hex 51 21 DD

RGB Percentages of Color #5121dd

%24.18
%9.85
%65.97

CMYK Percentages of Color #5121dd

%63
%85
%0
%13

Triadic Colors of #5121dd

#5121dd #dd5121 #21dd51

Analogous Colors of #5121dd

#5121dd #af21dd #214fdd

Monochromatic Colors of #5121dd

#5121dd

Complementary Color

#5121dd #addd21

#5121dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5121dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5121dd Color CSS Codes

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

#5121dd Text Font Color

<p style="color:#5121dd">Text here</p>

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


#5121dd Background Color

<div style="background-color:#5121dd">
Div content here</div>

This div background color is #5121dd


#5121dd Border Color

<div style="border:3px solid #5121dd">
Div here</div>

This div border color is #5121dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,33,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5121dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5121dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5121dd;
  box-shadow:         1px 1px 3px 2px #5121dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5121dd


Comments

No comments written yet.

Please login to write comment.