Color Hex Logo

#7210db Color Hex

#7210DB
(114,16,219)
0 Favorites   0 Comments

Color spaces of #7210db

RGB 11416219
HSL0.750.860.46
HSV269°93°86°
CMYK 0.480.930.00   0.14
XYZ19.91099.062567.7176
Yxy9.06250.20590.0937
Hunter Lab30.104065.3787-112.2975
CIE-Lab36.104472.3651-80.8821

#7210db color RGB value is (114,16,219).

#7210db hex color red value is 114, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7210db hue: 0.75 , saturation: 0.86 and the lightness value of 7210db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010000 11011011
Octal 162 20 333
Decimal 114 16 219
Hex 72 10 DB

RGB Percentages of Color #7210db

%32.66
%4.58
%62.75

CMYK Percentages of Color #7210db

%48
%93
%0
%14

Triadic Colors of #7210db

#7210db #db7210 #10db72

Analogous Colors of #7210db

#7210db #d810db #1013db

Monochromatic Colors of #7210db

#7210db

Complementary Color

#7210db #79db10

#7210db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7210db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7210db Color CSS Codes

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

#7210db Text Font Color

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

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


#7210db Background Color

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

This div background color is #7210db


#7210db Border Color

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

This div border color is #7210db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7210db


Comments

No comments written yet.

Please login to write comment.