Color Hex Logo

#7472be Color Hex

#7472BE
(116,114,190)
0 Favorites   0 Comments

Color spaces of #7472be

RGB 116114190
HSL0.670.370.60
HSV242°40°75°
CMYK 0.390.400.00   0.25
XYZ22.514019.465351.2858
Yxy19.46530.24140.2087
Hunter Lab44.119513.8787-38.0368
CIE-Lab51.227219.5951-39.7028

#7472be color RGB value is (116,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10111110
Octal 164 162 276
Decimal 116 114 190
Hex 74 72 BE

RGB Percentages of Color #7472be

%27.62
%27.14
%45.24

CMYK Percentages of Color #7472be

%39
%40
%0
%25

Triadic Colors of #7472be

#7472be #be7472 #72be74

Analogous Colors of #7472be

#7472be #9a72be #7296be

Monochromatic Colors of #7472be

#7472be

Complementary Color

#7472be #bcbe72

#7472be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7472be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7472be Color CSS Codes

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

#7472be Text Font Color

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

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


#7472be Background Color

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

This div background color is #7472be


#7472be Border Color

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

This div border color is #7472be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7472be


Comments

No comments written yet.

Please login to write comment.