Color Hex Logo

#6d14fc Color Hex

#6D14FC
(109,20,252)
0 Favorites   0 Comments

Color spaces of #6d14fc

RGB 10920252
HSL0.730.970.53
HSV263°92°99°
CMYK 0.570.920.00   0.01
XYZ24.127510.779892.9045
Yxy10.77980.18880.0843
Hunter Lab32.832673.7162-144.7866
CIE-Lab39.207178.6265-94.5102

#6d14fc color RGB value is (109,20,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010100 11111100
Octal 155 24 374
Decimal 109 20 252
Hex 6D 14 FC

RGB Percentages of Color #6d14fc

%28.61
%5.25
%66.14

CMYK Percentages of Color #6d14fc

%57
%92
%0
%1

Triadic Colors of #6d14fc

#6d14fc #fc6d14 #14fc6d

Analogous Colors of #6d14fc

#6d14fc #e114fc #142ffc

Monochromatic Colors of #6d14fc

#6d14fc

Complementary Color

#6d14fc #a3fc14

#6d14fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d14fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d14fc Color CSS Codes

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

#6d14fc Text Font Color

<p style="color:#6d14fc">Text here</p>

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


#6d14fc Background Color

<div style="background-color:#6d14fc">
Div content here</div>

This div background color is #6d14fc


#6d14fc Border Color

<div style="border:3px solid #6d14fc">
Div here</div>

This div border color is #6d14fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d14fc

Related Colors


Comments

No comments written yet.

Please login to write comment.