Color Hex Logo

#6601fe Color Hex

#6601FE
(102,1,254)
0 Favorites   0 Comments

Color spaces of #6601fe

RGB 1021254
HSL0.730.990.50
HSV264°100°100°
CMYK 0.601.000.00   0.00
XYZ23.379710.002294.4643
Yxy10.00220.18290.0782
Hunter Lab31.626376.6101-154.9546
CIE-Lab37.846481.1866-97.9120

#6601fe color RGB value is (102,1,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 11111110
Octal 146 1 376
Decimal 102 1 254
Hex 66 1 FE

RGB Percentages of Color #6601fe

%28.57
%0.28
%71.15

CMYK Percentages of Color #6601fe

%60
%100
%0
%0

Triadic Colors of #6601fe

#6601fe #fe6601 #01fe66

Analogous Colors of #6601fe

#6601fe #e501fe #011afe

Monochromatic Colors of #6601fe

#6601fe

Complementary Color

#6601fe #99fe01

#6601fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6601fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6601fe Color CSS Codes

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

#6601fe Text Font Color

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

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


#6601fe Background Color

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

This div background color is #6601fe


#6601fe Border Color

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

This div border color is #6601fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,1,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 #6601fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6601fe

Related Colors


Comments

No comments written yet.

Please login to write comment.