Color Hex Logo

#665dff Color Hex

#665DFF
(102,93,255)
0 Favorites   0 Comments

Color spaces of #665dff

RGB 10293255
HSL0.681.000.68
HSV243°64°100°
CMYK 0.600.640.00   0.00
XYZ27.443817.873596.6112
Yxy17.87350.19340.1259
Hunter Lab42.277141.8869-105.8951
CIE-Lab49.342348.8271-79.5257

#665dff color RGB value is (102,93,255).

#665dff hex color red value is 102, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #665dff hue: 0.68 , saturation: 1.00 and the lightness value of 665dff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 11111111
Octal 146 135 377
Decimal 102 93 255
Hex 66 5D FF

RGB Percentages of Color #665dff

%22.67
%20.67
%56.67

CMYK Percentages of Color #665dff

%60
%64
%0
%0

Triadic Colors of #665dff

#665dff #ff665d #5dff66

Analogous Colors of #665dff

#665dff #b75dff #5da5ff

Monochromatic Colors of #665dff

#665dff

Complementary Color

#665dff #f6ff5d

#665dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#665dff Color CSS Codes

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

#665dff Text Font Color

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

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


#665dff Background Color

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

This div background color is #665dff


#665dff Border Color

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

This div border color is #665dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665dff

Related Colors


Comments

No comments written yet.

Please login to write comment.