Color Hex Logo

#6613fe Color Hex

#6613FE
(102,19,254)
0 Favorites   0 Comments

Color spaces of #6613fe

RGB 10219254
HSL0.730.990.54
HSV261°93°100°
CMYK 0.600.930.00   0.00
XYZ23.601810.446394.5383
Yxy10.44630.18350.0812
Hunter Lab32.320773.7860-150.7990
CIE-Lab38.631878.7900-96.6076

#6613fe color RGB value is (102,19,254).

#6613fe hex color red value is 102, green value is 19 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6613fe hue: 0.73 , saturation: 0.99 and the lightness value of 6613fe is 0.54.

The process color (four color CMYK) of #6613fe color hex is 0.60, 0.93, 0.00, 0.00. Web safe color of #6613fe is #6600ff. Color #6613fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010011 11111110
Octal 146 23 376
Decimal 102 19 254
Hex 66 13 FE

RGB Percentages of Color #6613fe

%27.20
%5.07
%67.73

CMYK Percentages of Color #6613fe

%60
%93
%0
%0

Triadic Colors of #6613fe

#6613fe #fe6613 #13fe66

Analogous Colors of #6613fe

#6613fe #dc13fe #1336fe

Monochromatic Colors of #6613fe

#6613fe

Complementary Color

#6613fe #abfe13

#6613fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6613fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6613fe Color CSS Codes

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

#6613fe Text Font Color

<p style="color:#6613fe">Text here</p>

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


#6613fe Background Color

<div style="background-color:#6613fe">
Div content here</div>

This div background color is #6613fe


#6613fe Border Color

<div style="border:3px solid #6613fe">
Div here</div>

This div border color is #6613fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,19,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6613fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6613fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6613fe;
  box-shadow:         1px 1px 3px 2px #6613fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,19,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6613fe


Comments

No comments written yet.

Please login to write comment.