Color Hex Logo

#6314fd Color Hex

#6314FD
(99,20,253)
0 Favorites   0 Comments

Color spaces of #6314fd

RGB 9920253
HSL0.720.980.54
HSV260°92°99°
CMYK 0.610.920.00   0.01
XYZ23.125410.244893.6871
Yxy10.24480.18200.0806
Hunter Lab32.007572.9530-151.1387
CIE-Lab38.278278.1850-96.6428

#6314fd color RGB value is (99,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010100 11111101
Octal 143 24 375
Decimal 99 20 253
Hex 63 14 FD

RGB Percentages of Color #6314fd

%26.61
%5.38
%68.01

CMYK Percentages of Color #6314fd

%61
%92
%0
%1

Triadic Colors of #6314fd

#6314fd #fd6314 #14fd63

Analogous Colors of #6314fd

#6314fd #d814fd #1439fd

Monochromatic Colors of #6314fd

#6314fd

Complementary Color

#6314fd #aefd14

#6314fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6314fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6314fd Color CSS Codes

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

#6314fd Text Font Color

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

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


#6314fd Background Color

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

This div background color is #6314fd


#6314fd Border Color

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

This div border color is #6314fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6314fd


Comments

No comments written yet.

Please login to write comment.