Color Hex Logo

#7214ec Color Hex

#7214EC
(114,20,236)
0 Favorites   0 Comments

Color spaces of #7214ec

RGB 11420236
HSL0.740.850.50
HSV266°92°93°
CMYK 0.520.920.00   0.07
XYZ22.329910.133880.1360
Yxy10.13380.19830.0900
Hunter Lab31.833669.5011-126.9694
CIE-Lab38.081575.4121-87.3289

#7214ec color RGB value is (114,20,236).

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

The process color (four color CMYK) of #7214ec color hex is 0.52, 0.92, 0.00, 0.07. Web safe color of #7214ec is #6600ff. Color #7214ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 11101100
Octal 162 24 354
Decimal 114 20 236
Hex 72 14 EC

RGB Percentages of Color #7214ec

%30.81
%5.41
%63.78

CMYK Percentages of Color #7214ec

%52
%92
%0
%7

Triadic Colors of #7214ec

#7214ec #ec7214 #14ec72

Analogous Colors of #7214ec

#7214ec #de14ec #1422ec

Monochromatic Colors of #7214ec

#7214ec

Complementary Color

#7214ec #8eec14

#7214ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7214ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7214ec Color CSS Codes

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

#7214ec Text Font Color

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

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


#7214ec Background Color

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

This div background color is #7214ec


#7214ec Border Color

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

This div border color is #7214ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7214ec


Comments

No comments written yet.

Please login to write comment.