Color Hex Logo

#7270be Color Hex

#7270BE
(114,112,190)
0 Favorites   0 Comments

Color spaces of #7270be

RGB 114112190
HSL0.670.380.59
HSV242°41°75°
CMYK 0.400.410.00   0.25
XYZ22.027918.883551.1991
Yxy18.88350.23910.2050
Hunter Lab43.455114.4371-39.4372
CIE-Lab50.550620.2687-40.7815

#7270be color RGB value is (114,112,190).

#7270be hex color red value is 114, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7270be hue: 0.67 , saturation: 0.38 and the lightness value of 7270be is 0.59.

The process color (four color CMYK) of #7270be color hex is 0.40, 0.41, 0.00, 0.25. Web safe color of #7270be is #6666cc. Color #7270be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 10111110
Octal 162 160 276
Decimal 114 112 190
Hex 72 70 BE

RGB Percentages of Color #7270be

%27.40
%26.92
%45.67

CMYK Percentages of Color #7270be

%40
%41
%0
%25

Triadic Colors of #7270be

#7270be #be7270 #70be72

Analogous Colors of #7270be

#7270be #9970be #7095be

Monochromatic Colors of #7270be

#7270be

Complementary Color

#7270be #bcbe70

#7270be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7270be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7270be Color CSS Codes

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

#7270be Text Font Color

<p style="color:#7270be">Text here</p>

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


#7270be Background Color

<div style="background-color:#7270be">
Div content here</div>

This div background color is #7270be


#7270be Border Color

<div style="border:3px solid #7270be">
Div here</div>

This div border color is #7270be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7270be


Comments

No comments written yet.

Please login to write comment.