Color Hex Logo

#7457be Color Hex

#7457BE
(116,87,190)
0 Favorites   0 Comments

Color spaces of #7457be

RGB 11687190
HSL0.710.440.54
HSV257°54°75°
CMYK 0.390.540.00   0.25
XYZ19.904914.247150.4161
Yxy14.24710.23540.1685
Hunter Lab37.745328.0772-52.7714
CIE-Lab44.585235.7798-50.2698

#7457be color RGB value is (116,87,190).

#7457be hex color red value is 116, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7457be hue: 0.71 , saturation: 0.44 and the lightness value of 7457be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010111 10111110
Octal 164 127 276
Decimal 116 87 190
Hex 74 57 BE

RGB Percentages of Color #7457be

%29.52
%22.14
%48.35

CMYK Percentages of Color #7457be

%39
%54
%0
%25

Triadic Colors of #7457be

#7457be #be7457 #57be74

Analogous Colors of #7457be

#7457be #a857be #576ebe

Monochromatic Colors of #7457be

#7457be

Complementary Color

#7457be #a1be57

#7457be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7457be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7457be Color CSS Codes

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

#7457be Text Font Color

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

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


#7457be Background Color

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

This div background color is #7457be


#7457be Border Color

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

This div border color is #7457be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7457be


Comments

No comments written yet.

Please login to write comment.