Color Hex Logo

#7031dd Color Hex

#7031DD
(112,49,221)
0 Favorites   0 Comments

Color spaces of #7031dd

RGB 11249221
HSL0.730.720.53
HSV262°78°87°
CMYK 0.490.780.00   0.13
XYZ20.831510.861869.4052
Yxy10.86180.20610.1074
Hunter Lab32.957255.1505-101.7897
CIE-Lab39.346762.8972-76.6983

#7031dd color RGB value is (112,49,221).

#7031dd hex color red value is 112, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7031dd hue: 0.73 , saturation: 0.72 and the lightness value of 7031dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 11011101
Octal 160 61 335
Decimal 112 49 221
Hex 70 31 DD

RGB Percentages of Color #7031dd

%29.32
%12.83
%57.85

CMYK Percentages of Color #7031dd

%49
%78
%0
%13

Triadic Colors of #7031dd

#7031dd #dd7031 #31dd70

Analogous Colors of #7031dd

#7031dd #c631dd #3148dd

Monochromatic Colors of #7031dd

#7031dd

Complementary Color

#7031dd #9edd31

#7031dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7031dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7031dd Color CSS Codes

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

#7031dd Text Font Color

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

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


#7031dd Background Color

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

This div background color is #7031dd


#7031dd Border Color

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

This div border color is #7031dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,49,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 #7031dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7031dd


Comments

No comments written yet.

Please login to write comment.