Color Hex Logo

#665ffd Color Hex

#665FFD
(102,95,253)
0 Favorites   0 Comments

Color spaces of #665ffd

RGB 10295253
HSL0.670.980.68
HSV243°62°99°
CMYK 0.600.620.00   0.01
XYZ27.301318.101094.9834
Yxy18.10100.19450.1289
Hunter Lab42.545340.0892-102.5847
CIE-Lab49.618447.0642-77.9642

#665ffd color RGB value is (102,95,253).

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

The process color (four color CMYK) of #665ffd color hex is 0.60, 0.62, 0.00, 0.01. Web safe color of #665ffd is #6666ff. Color #665ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 11111101
Octal 146 137 375
Decimal 102 95 253
Hex 66 5F FD

RGB Percentages of Color #665ffd

%22.67
%21.11
%56.22

CMYK Percentages of Color #665ffd

%60
%62
%0
%1

Triadic Colors of #665ffd

#665ffd #fd665f #5ffd66

Analogous Colors of #665ffd

#665ffd #b55ffd #5fa7fd

Monochromatic Colors of #665ffd

#665ffd

Complementary Color

#665ffd #f6fd5f

#665ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#665ffd Color CSS Codes

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

#665ffd Text Font Color

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

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


#665ffd Background Color

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

This div background color is #665ffd


#665ffd Border Color

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

This div border color is #665ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.