Color Hex Logo

#7072ba Color Hex

#7072BA
(112,114,186)
0 Favorites   0 Comments

Color spaces of #7072ba

RGB 112114186
HSL0.660.350.58
HSV238°40°73°
CMYK 0.400.390.00   0.27
XYZ21.562319.024548.9900
Yxy19.02450.24070.2124
Hunter Lab43.617111.9124-36.0616
CIE-Lab50.715917.3771-38.2269

#7072ba color RGB value is (112,114,186).

#7072ba hex color red value is 112, green value is 114 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7072ba hue: 0.66 , saturation: 0.35 and the lightness value of 7072ba is 0.58.

The process color (four color CMYK) of #7072ba color hex is 0.40, 0.39, 0.00, 0.27. Web safe color of #7072ba is #6666cc. Color #7072ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 10111010
Octal 160 162 272
Decimal 112 114 186
Hex 70 72 BA

RGB Percentages of Color #7072ba

%27.18
%27.67
%45.15

CMYK Percentages of Color #7072ba

%40
%39
%0
%27

Triadic Colors of #7072ba

#7072ba #ba7072 #72ba70

Analogous Colors of #7072ba

#7072ba #9370ba #7097ba

Monochromatic Colors of #7072ba

#7072ba

Complementary Color

#7072ba #bab870

#7072ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7072ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7072ba Color CSS Codes

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

#7072ba Text Font Color

<p style="color:#7072ba">Text here</p>

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


#7072ba Background Color

<div style="background-color:#7072ba">
Div content here</div>

This div background color is #7072ba


#7072ba Border Color

<div style="border:3px solid #7072ba">
Div here</div>

This div border color is #7072ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,114,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7072ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7072ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7072ba;
  box-shadow:         1px 1px 3px 2px #7072ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7072ba

#7072ba Color Palettes


Comments

No comments written yet.

Please login to write comment.