Color Hex Logo

#7372bf Color Hex

#7372BF
(115,114,191)
0 Favorites   0 Comments

Color spaces of #7372bf

RGB 115114191
HSL0.670.380.60
HSV241°40°75°
CMYK 0.400.400.00   0.25
XYZ22.491519.441151.8573
Yxy19.44110.23980.2073
Hunter Lab44.092113.8923-38.8674
CIE-Lab51.199319.6122-40.3267

#7372bf color RGB value is (115,114,191).

#7372bf hex color red value is 115, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7372bf hue: 0.67 , saturation: 0.38 and the lightness value of 7372bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110010 10111111
Octal 163 162 277
Decimal 115 114 191
Hex 73 72 BF

RGB Percentages of Color #7372bf

%27.38
%27.14
%45.48

CMYK Percentages of Color #7372bf

%40
%40
%0
%25

Triadic Colors of #7372bf

#7372bf #bf7372 #72bf73

Analogous Colors of #7372bf

#7372bf #9a72bf #7298bf

Monochromatic Colors of #7372bf

#7372bf

Complementary Color

#7372bf #bebf72

#7372bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7372bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7372bf Color CSS Codes

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

#7372bf Text Font Color

<p style="color:#7372bf">Text here</p>

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


#7372bf Background Color

<div style="background-color:#7372bf">
Div content here</div>

This div background color is #7372bf


#7372bf Border Color

<div style="border:3px solid #7372bf">
Div here</div>

This div border color is #7372bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,114,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7372bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7372bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7372bf;
  box-shadow:         1px 1px 3px 2px #7372bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7372bf


Comments

No comments written yet.

Please login to write comment.