Color Hex Logo

#7073de Color Hex

#7073DE
(112,115,222)
0 Favorites   0 Comments

Color spaces of #7073de

RGB 112115222
HSL0.660.630.65
HSV238°50°87°
CMYK 0.500.480.00   0.13
XYZ25.997620.980171.7866
Yxy20.98010.21890.1767
Hunter Lab45.804021.1565-60.8597
CIE-Lab52.927727.4628-55.2293

#7073de color RGB value is (112,115,222).

#7073de hex color red value is 112, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7073de hue: 0.66 , saturation: 0.63 and the lightness value of 7073de is 0.65.

The process color (four color CMYK) of #7073de color hex is 0.50, 0.48, 0.00, 0.13. Web safe color of #7073de is #6666cc. Color #7073de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 11011110
Octal 160 163 336
Decimal 112 115 222
Hex 70 73 DE

RGB Percentages of Color #7073de

%24.94
%25.61
%49.44

CMYK Percentages of Color #7073de

%50
%48
%0
%13

Triadic Colors of #7073de

#7073de #de7073 #73de70

Analogous Colors of #7073de

#7073de #a470de #70aade

Monochromatic Colors of #7073de

#7073de

Complementary Color

#7073de #dedb70

#7073de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7073de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7073de Color CSS Codes

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

#7073de Text Font Color

<p style="color:#7073de">Text here</p>

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


#7073de Background Color

<div style="background-color:#7073de">
Div content here</div>

This div background color is #7073de


#7073de Border Color

<div style="border:3px solid #7073de">
Div here</div>

This div border color is #7073de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,115,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7073de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7073de;
  -webkit-box-shadow: 1px 1px 3px 2px #7073de;
  box-shadow:         1px 1px 3px 2px #7073de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,115,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7073de


Comments

No comments written yet.

Please login to write comment.