Color Hex Logo

#7232db Color Hex

#7232DB
(114,50,219)
0 Favorites   0 Comments

Color spaces of #7232db

RGB 11450219
HSL0.730.700.53
HSV263°77°86°
CMYK 0.480.770.00   0.14
XYZ20.866210.973168.0361
Yxy10.97310.20890.1099
Hunter Lab33.125754.4691-98.5865
CIE-Lab39.535162.2525-75.2342

#7232db color RGB value is (114,50,219).

#7232db hex color red value is 114, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7232db hue: 0.73 , saturation: 0.70 and the lightness value of 7232db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110010 11011011
Octal 162 62 333
Decimal 114 50 219
Hex 72 32 DB

RGB Percentages of Color #7232db

%29.77
%13.05
%57.18

CMYK Percentages of Color #7232db

%48
%77
%0
%14

Triadic Colors of #7232db

#7232db #db7232 #32db72

Analogous Colors of #7232db

#7232db #c732db #3246db

Monochromatic Colors of #7232db

#7232db

Complementary Color

#7232db #9bdb32

#7232db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7232db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7232db Color CSS Codes

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

#7232db Text Font Color

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

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


#7232db Background Color

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

This div background color is #7232db


#7232db Border Color

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

This div border color is #7232db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7232db


Comments

No comments written yet.

Please login to write comment.