Color Hex Logo

#7570be Color Hex

#7570BE
(117,112,190)
0 Favorites   0 Comments

Color spaces of #7570be

RGB 117112190
HSL0.680.380.59
HSV244°41°75°
CMYK 0.380.410.00   0.25
XYZ22.424619.088051.2176
Yxy19.08800.24180.2058
Hunter Lab43.689815.1612-38.9228
CIE-Lab50.790021.0696-40.3875

#7570be color RGB value is (117,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110000 10111110
Octal 165 160 276
Decimal 117 112 190
Hex 75 70 BE

RGB Percentages of Color #7570be

%27.92
%26.73
%45.35

CMYK Percentages of Color #7570be

%38
%41
%0
%25

Triadic Colors of #7570be

#7570be #be7570 #70be75

Analogous Colors of #7570be

#7570be #9c70be #7092be

Monochromatic Colors of #7570be

#7570be

Complementary Color

#7570be #b9be70

#7570be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7570be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7570be Color CSS Codes

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

#7570be Text Font Color

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

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


#7570be Background Color

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

This div background color is #7570be


#7570be Border Color

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

This div border color is #7570be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,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 #7570be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7570be


Comments

No comments written yet.

Please login to write comment.