Color Hex Logo

#7214fb Color Hex

#7214FB
(114,20,251)
0 Favorites   0 Comments

Color spaces of #7214fb

RGB 11420251
HSL0.730.970.53
HSV264°92°98°
CMYK 0.550.920.00   0.02
XYZ24.602211.042892.1016
Yxy11.04280.19260.0864
Hunter Lab33.230773.9979-141.0655
CIE-Lab39.652578.7696-93.1943

#7214fb color RGB value is (114,20,251).

#7214fb hex color red value is 114, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7214fb hue: 0.73 , saturation: 0.97 and the lightness value of 7214fb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 11111011
Octal 162 24 373
Decimal 114 20 251
Hex 72 14 FB

RGB Percentages of Color #7214fb

%29.61
%5.19
%65.19

CMYK Percentages of Color #7214fb

%55
%92
%0
%2

Triadic Colors of #7214fb

#7214fb #fb7214 #14fb72

Analogous Colors of #7214fb

#7214fb #e614fb #1429fb

Monochromatic Colors of #7214fb

#7214fb

Complementary Color

#7214fb #9dfb14

#7214fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7214fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7214fb Color CSS Codes

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

#7214fb Text Font Color

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

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


#7214fb Background Color

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

This div background color is #7214fb


#7214fb Border Color

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

This div border color is #7214fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7214fb


Comments

No comments written yet.

Please login to write comment.