Color Hex Logo

#6714fc Color Hex

#6714FC
(103,20,252)
0 Favorites   0 Comments

Color spaces of #6714fc

RGB 10320252
HSL0.730.970.53
HSV261°92°99°
CMYK 0.590.920.00   0.01
XYZ23.414410.412292.8711
Yxy10.41220.18480.0822
Hunter Lab32.267973.0550-148.0563
CIE-Lab38.572378.2125-95.5820

#6714fc color RGB value is (103,20,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 11111100
Octal 147 24 374
Decimal 103 20 252
Hex 67 14 FC

RGB Percentages of Color #6714fc

%27.47
%5.33
%67.20

CMYK Percentages of Color #6714fc

%59
%92
%0
%1

Triadic Colors of #6714fc

#6714fc #fc6714 #14fc67

Analogous Colors of #6714fc

#6714fc #db14fc #1435fc

Monochromatic Colors of #6714fc

#6714fc

Complementary Color

#6714fc #a9fc14

#6714fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6714fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6714fc Color CSS Codes

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

#6714fc Text Font Color

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

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


#6714fc Background Color

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

This div background color is #6714fc


#6714fc Border Color

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

This div border color is #6714fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6714fc


Comments

No comments written yet.

Please login to write comment.