Color Hex Logo

#7214eb Color Hex

#7214EB
(114,20,235)
0 Favorites   0 Comments

Color spaces of #7214eb

RGB 11420235
HSL0.740.840.50
HSV266°91°92°
CMYK 0.510.910.00   0.08
XYZ22.185010.075979.3728
Yxy10.07590.19870.0903
Hunter Lab31.742669.2049-126.0359
CIE-Lab37.978375.1881-86.9318

#7214eb color RGB value is (114,20,235).

#7214eb hex color red value is 114, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7214eb hue: 0.74 , saturation: 0.84 and the lightness value of 7214eb is 0.50.

The process color (four color CMYK) of #7214eb color hex is 0.51, 0.91, 0.00, 0.08. Web safe color of #7214eb is #6600ff. Color #7214eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 11101011
Octal 162 24 353
Decimal 114 20 235
Hex 72 14 EB

RGB Percentages of Color #7214eb

%30.89
%5.42
%63.69

CMYK Percentages of Color #7214eb

%51
%91
%0
%8

Triadic Colors of #7214eb

#7214eb #eb7214 #14eb72

Analogous Colors of #7214eb

#7214eb #de14eb #1422eb

Monochromatic Colors of #7214eb

#7214eb

Complementary Color

#7214eb #8deb14

#7214eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7214eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7214eb Color CSS Codes

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

#7214eb Text Font Color

<p style="color:#7214eb">Text here</p>

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


#7214eb Background Color

<div style="background-color:#7214eb">
Div content here</div>

This div background color is #7214eb


#7214eb Border Color

<div style="border:3px solid #7214eb">
Div here</div>

This div border color is #7214eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,20,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7214eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7214eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7214eb;
  box-shadow:         1px 1px 3px 2px #7214eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7214eb


Comments

No comments written yet.

Please login to write comment.