Color Hex Logo

#7614fc Color Hex

#7614FC
(118,20,252)
0 Favorites   0 Comments

Color spaces of #7614fc

RGB 11820252
HSL0.740.970.53
HSV265°92°99°
CMYK 0.530.920.00   0.01
XYZ25.292111.380192.9590
Yxy11.38010.19510.0878
Hunter Lab33.734474.7937-139.7663
CIE-Lab40.213479.3028-92.8123

#7614fc color RGB value is (118,20,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010100 11111100
Octal 166 24 374
Decimal 118 20 252
Hex 76 14 FC

RGB Percentages of Color #7614fc

%30.26
%5.13
%64.62

CMYK Percentages of Color #7614fc

%53
%92
%0
%1

Triadic Colors of #7614fc

#7614fc #fc7614 #14fc76

Analogous Colors of #7614fc

#7614fc #ea14fc #1426fc

Monochromatic Colors of #7614fc

#7614fc

Complementary Color

#7614fc #9afc14

#7614fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7614fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7614fc Color CSS Codes

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

#7614fc Text Font Color

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

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


#7614fc Background Color

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

This div background color is #7614fc


#7614fc Border Color

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

This div border color is #7614fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7614fc


Comments

No comments written yet.

Please login to write comment.