Color Hex Logo

#7249df Color Hex

#7249DF
(114,73,223)
0 Favorites   0 Comments

Color spaces of #7249df

RGB 11473223
HSL0.710.700.58
HSV256°67°87°
CMYK 0.490.670.00   0.13
XYZ22.641313.670271.2573
Yxy13.67020.21050.1271
Hunter Lab36.973244.6049-88.3864
CIE-Lab43.756252.3797-70.6134

#7249df color RGB value is (114,73,223).

#7249df hex color red value is 114, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7249df hue: 0.71 , saturation: 0.70 and the lightness value of 7249df is 0.58.

The process color (four color CMYK) of #7249df color hex is 0.49, 0.67, 0.00, 0.13. Web safe color of #7249df is #6633cc. Color #7249df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001001 11011111
Octal 162 111 337
Decimal 114 73 223
Hex 72 49 DF

RGB Percentages of Color #7249df

%27.80
%17.80
%54.39

CMYK Percentages of Color #7249df

%49
%67
%0
%13

Triadic Colors of #7249df

#7249df #df7249 #49df72

Analogous Colors of #7249df

#7249df #bd49df #496bdf

Monochromatic Colors of #7249df

#7249df

Complementary Color

#7249df #b6df49

#7249df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7249df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7249df Color CSS Codes

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

#7249df Text Font Color

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

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


#7249df Background Color

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

This div background color is #7249df


#7249df Border Color

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

This div border color is #7249df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7249df


Comments

No comments written yet.

Please login to write comment.