Color Hex Logo

#6650fe Color Hex

#6650FE
(102,80,254)
0 Favorites   0 Comments

Color spaces of #6650fe

RGB 10280254
HSL0.690.990.65
HSV248°69°100°
CMYK 0.600.690.00   0.00
XYZ26.237515.717995.4169
Yxy15.71790.19100.1144
Hunter Lab39.645848.7507-114.9432
CIE-Lab46.602255.7232-83.4548

#6650fe color RGB value is (102,80,254).

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

The process color (four color CMYK) of #6650fe color hex is 0.60, 0.69, 0.00, 0.00. Web safe color of #6650fe is #6666ff. Color #6650fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 11111110
Octal 146 120 376
Decimal 102 80 254
Hex 66 50 FE

RGB Percentages of Color #6650fe

%23.39
%18.35
%58.26

CMYK Percentages of Color #6650fe

%60
%69
%0
%0

Triadic Colors of #6650fe

#6650fe #fe6650 #50fe66

Analogous Colors of #6650fe

#6650fe #bd50fe #5091fe

Monochromatic Colors of #6650fe

#6650fe

Complementary Color

#6650fe #e8fe50

#6650fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6650fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6650fe Color CSS Codes

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

#6650fe Text Font Color

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

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


#6650fe Background Color

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

This div background color is #6650fe


#6650fe Border Color

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

This div border color is #6650fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6650fe

Related Colors


Comments

No comments written yet.

Please login to write comment.