Color Hex Logo

#7020dd Color Hex

#7020DD
(112,32,221)
0 Favorites   0 Comments

Color spaces of #7020dd

RGB 11232221
HSL0.740.750.50
HSV265°86°87°
CMYK 0.490.860.00   0.13
XYZ20.24979.698269.2113
Yxy9.69820.20420.0978
Hunter Lab31.141961.5693-109.9695
CIE-Lab37.295268.9068-80.0749

#7020dd color RGB value is (112,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 11011101
Octal 160 40 335
Decimal 112 32 221
Hex 70 20 DD

RGB Percentages of Color #7020dd

%30.68
%8.77
%60.55

CMYK Percentages of Color #7020dd

%49
%86
%0
%13

Triadic Colors of #7020dd

#7020dd #dd7020 #20dd70

Analogous Colors of #7020dd

#7020dd #cf20dd #202fdd

Monochromatic Colors of #7020dd

#7020dd

Complementary Color

#7020dd #8ddd20

#7020dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7020dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7020dd Color CSS Codes

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

#7020dd Text Font Color

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

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


#7020dd Background Color

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

This div background color is #7020dd


#7020dd Border Color

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

This div border color is #7020dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7020dd


Comments

No comments written yet.

Please login to write comment.