Color Hex Logo

#7621db Color Hex

#7621DB
(118,33,219)
0 Favorites   0 Comments

Color spaces of #7621db

RGB 11833219
HSL0.740.740.49
HSV267°85°86°
CMYK 0.460.850.00   0.14
XYZ20.801310.053767.8621
Yxy10.05370.21070.1018
Hunter Lab31.707661.6141-104.7001
CIE-Lab37.938668.8208-77.8408

#7621db color RGB value is (118,33,219).

#7621db hex color red value is 118, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7621db hue: 0.74 , saturation: 0.74 and the lightness value of 7621db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100001 11011011
Octal 166 41 333
Decimal 118 33 219
Hex 76 21 DB

RGB Percentages of Color #7621db

%31.89
%8.92
%59.19

CMYK Percentages of Color #7621db

%46
%85
%0
%14

Triadic Colors of #7621db

#7621db #db7621 #21db76

Analogous Colors of #7621db

#7621db #d321db #2129db

Monochromatic Colors of #7621db

#7621db

Complementary Color

#7621db #86db21

#7621db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7621db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7621db Color CSS Codes

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

#7621db Text Font Color

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

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


#7621db Background Color

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

This div background color is #7621db


#7621db Border Color

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

This div border color is #7621db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7621db


Comments

No comments written yet.

Please login to write comment.