Color Hex Logo

#7240db Color Hex

#7240DB
(114,64,219)
0 Favorites   0 Comments

Color spaces of #7240db

RGB 11464219
HSL0.720.680.55
HSV259°71°86°
CMYK 0.480.710.00   0.14
XYZ21.559012.358768.2670
Yxy12.35870.21100.1209
Hunter Lab35.154947.9451-90.5261
CIE-Lab41.780655.8755-71.5558

#7240db color RGB value is (114,64,219).

#7240db hex color red value is 114, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7240db hue: 0.72 , saturation: 0.68 and the lightness value of 7240db is 0.55.

The process color (four color CMYK) of #7240db color hex is 0.48, 0.71, 0.00, 0.14. Web safe color of #7240db is #6633cc. Color #7240db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000000 11011011
Octal 162 100 333
Decimal 114 64 219
Hex 72 40 DB

RGB Percentages of Color #7240db

%28.72
%16.12
%55.16

CMYK Percentages of Color #7240db

%48
%71
%0
%14

Triadic Colors of #7240db

#7240db #db7240 #40db72

Analogous Colors of #7240db

#7240db #c040db #405cdb

Monochromatic Colors of #7240db

#7240db

Complementary Color

#7240db #a9db40

#7240db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7240db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7240db Color CSS Codes

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

#7240db Text Font Color

<p style="color:#7240db">Text here</p>

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


#7240db Background Color

<div style="background-color:#7240db">
Div content here</div>

This div background color is #7240db


#7240db Border Color

<div style="border:3px solid #7240db">
Div here</div>

This div border color is #7240db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,64,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7240db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7240db;
  -webkit-box-shadow: 1px 1px 3px 2px #7240db;
  box-shadow:         1px 1px 3px 2px #7240db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7240db


Comments

No comments written yet.

Please login to write comment.