Color Hex Logo

#7314fd Color Hex

#7314FD
(115,20,253)
0 Favorites   0 Comments

Color spaces of #7314fd

RGB 11520253
HSL0.730.980.54
HSV264°92°99°
CMYK 0.550.920.00   0.01
XYZ25.050011.237093.7772
Yxy11.23700.19260.0864
Hunter Lab33.521674.7264-142.3994
CIE-Lab39.976879.2933-93.7752

#7314fd color RGB value is (115,20,253).

#7314fd hex color red value is 115, green value is 20 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7314fd hue: 0.73 , saturation: 0.98 and the lightness value of 7314fd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 11111101
Octal 163 24 375
Decimal 115 20 253
Hex 73 14 FD

RGB Percentages of Color #7314fd

%29.64
%5.15
%65.21

CMYK Percentages of Color #7314fd

%55
%92
%0
%1

Triadic Colors of #7314fd

#7314fd #fd7314 #14fd73

Analogous Colors of #7314fd

#7314fd #e814fd #142afd

Monochromatic Colors of #7314fd

#7314fd

Complementary Color

#7314fd #9efd14

#7314fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7314fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7314fd Color CSS Codes

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

#7314fd Text Font Color

<p style="color:#7314fd">Text here</p>

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


#7314fd Background Color

<div style="background-color:#7314fd">
Div content here</div>

This div background color is #7314fd


#7314fd Border Color

<div style="border:3px solid #7314fd">
Div here</div>

This div border color is #7314fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,20,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7314fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7314fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7314fd;
  box-shadow:         1px 1px 3px 2px #7314fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7314fd


Comments

No comments written yet.

Please login to write comment.