Color Hex Logo

#7e72bb Color Hex

#7E72BB
(126,114,187)
0 Favorites   0 Comments

Color spaces of #7e72bb

RGB 126114187
HSL0.690.350.59
HSV250°39°73°
CMYK 0.330.390.00   0.27
XYZ23.591120.058149.6419
Yxy20.05810.25290.2150
Hunter Lab44.786315.6486-34.3677
CIE-Lab51.902821.5398-36.8571

#7e72bb color RGB value is (126,114,187).

#7e72bb hex color red value is 126, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7e72bb hue: 0.69 , saturation: 0.35 and the lightness value of 7e72bb is 0.59.

The process color (four color CMYK) of #7e72bb color hex is 0.33, 0.39, 0.00, 0.27. Web safe color of #7e72bb is #6666cc. Color #7e72bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110010 10111011
Octal 176 162 273
Decimal 126 114 187
Hex 7E 72 BB

RGB Percentages of Color #7e72bb

%29.51
%26.70
%43.79

CMYK Percentages of Color #7e72bb

%33
%39
%0
%27

Triadic Colors of #7e72bb

#7e72bb #bb7e72 #72bb7e

Analogous Colors of #7e72bb

#7e72bb #a372bb #728bbb

Monochromatic Colors of #7e72bb

#7e72bb

Complementary Color

#7e72bb #afbb72

#7e72bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e72bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e72bb Color CSS Codes

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

#7e72bb Text Font Color

<p style="color:#7e72bb">Text here</p>

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


#7e72bb Background Color

<div style="background-color:#7e72bb">
Div content here</div>

This div background color is #7e72bb


#7e72bb Border Color

<div style="border:3px solid #7e72bb">
Div here</div>

This div border color is #7e72bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,114,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e72bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e72bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7e72bb;
  box-shadow:         1px 1px 3px 2px #7e72bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e72bb


Comments

No comments written yet.

Please login to write comment.