Color Hex Logo

#7249be Color Hex

#7249BE
(114,73,190)
0 Favorites   0 Comments

Color spaces of #7249be

RGB 11473190
HSL0.730.470.52
HSV261°62°75°
CMYK 0.400.620.00   0.25
XYZ18.616212.060250.0619
Yxy12.06020.23060.1494
Hunter Lab34.727834.9131-61.1601
CIE-Lab41.311643.3387-55.5507

#7249be color RGB value is (114,73,190).

#7249be hex color red value is 114, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7249be hue: 0.73 , saturation: 0.47 and the lightness value of 7249be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001001 10111110
Octal 162 111 276
Decimal 114 73 190
Hex 72 49 BE

RGB Percentages of Color #7249be

%30.24
%19.36
%50.40

CMYK Percentages of Color #7249be

%40
%62
%0
%25

Triadic Colors of #7249be

#7249be #be7249 #49be72

Analogous Colors of #7249be

#7249be #ad49be #495bbe

Monochromatic Colors of #7249be

#7249be

Complementary Color

#7249be #95be49

#7249be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7249be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7249be Color CSS Codes

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

#7249be Text Font Color

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

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


#7249be Background Color

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

This div background color is #7249be


#7249be Border Color

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

This div border color is #7249be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7249be


Comments

No comments written yet.

Please login to write comment.