Color Hex Logo

#665afb Color Hex

#665AFB
(102,90,251)
0 Favorites   0 Comments

Color spaces of #665afb

RGB 10290251
HSL0.680.950.67
HSV244°64°98°
CMYK 0.590.640.00   0.02
XYZ26.548217.102193.1686
Yxy17.10210.19400.1250
Hunter Lab41.354742.2198-104.6271
CIE-Lab48.388449.3040-78.8599

#665afb color RGB value is (102,90,251).

#665afb hex color red value is 102, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #665afb hue: 0.68 , saturation: 0.95 and the lightness value of 665afb is 0.67.

The process color (four color CMYK) of #665afb color hex is 0.59, 0.64, 0.00, 0.02. Web safe color of #665afb is #6666ff. Color #665afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011010 11111011
Octal 146 132 373
Decimal 102 90 251
Hex 66 5A FB

RGB Percentages of Color #665afb

%23.02
%20.32
%56.66

CMYK Percentages of Color #665afb

%59
%64
%0
%2

Triadic Colors of #665afb

#665afb #fb665a #5afb66

Analogous Colors of #665afb

#665afb #b75afb #5a9ffb

Monochromatic Colors of #665afb

#665afb

Complementary Color

#665afb #effb5a

#665afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#665afb Color CSS Codes

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

#665afb Text Font Color

<p style="color:#665afb">Text here</p>

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


#665afb Background Color

<div style="background-color:#665afb">
Div content here</div>

This div background color is #665afb


#665afb Border Color

<div style="border:3px solid #665afb">
Div here</div>

This div border color is #665afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,90,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665afb;
  -webkit-box-shadow: 1px 1px 3px 2px #665afb;
  box-shadow:         1px 1px 3px 2px #665afb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665afb


Comments

No comments written yet.

Please login to write comment.