Color Hex Logo

#7614fd Color Hex

#7614FD
(118,20,253)
0 Favorites   0 Comments

Color spaces of #7614fd

RGB 11820253
HSL0.740.980.54
HSV265°92°99°
CMYK 0.530.920.00   0.01
XYZ25.451011.443793.7959
Yxy11.44370.19470.0876
Hunter Lab33.828575.0951-140.7126
CIE-Lab40.317979.5244-93.1997

#7614fd color RGB value is (118,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010100 11111101
Octal 166 24 375
Decimal 118 20 253
Hex 76 14 FD

RGB Percentages of Color #7614fd

%30.18
%5.12
%64.71

CMYK Percentages of Color #7614fd

%53
%92
%0
%1

Triadic Colors of #7614fd

#7614fd #fd7614 #14fd76

Analogous Colors of #7614fd

#7614fd #eb14fd #1427fd

Monochromatic Colors of #7614fd

#7614fd

Complementary Color

#7614fd #9bfd14

#7614fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7614fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7614fd Color CSS Codes

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

#7614fd Text Font Color

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

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


#7614fd Background Color

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

This div background color is #7614fd


#7614fd Border Color

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

This div border color is #7614fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #7614fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7614fd

Related Colors


Comments

No comments written yet.

Please login to write comment.