Color Hex Logo

#665deb Color Hex

#665DEB
(102,93,235)
0 Favorites   0 Comments

Color spaces of #665deb

RGB 10293235
HSL0.680.780.64
HSV244°60°92°
CMYK 0.570.600.00   0.08
XYZ24.389216.651680.5259
Yxy16.65160.20060.1370
Hunter Lab40.806435.2749-88.4364
CIE-Lab47.818042.6510-70.8342

#665deb color RGB value is (102,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 11101011
Octal 146 135 353
Decimal 102 93 235
Hex 66 5D EB

RGB Percentages of Color #665deb

%23.72
%21.63
%54.65

CMYK Percentages of Color #665deb

%57
%60
%0
%8

Triadic Colors of #665deb

#665deb #eb665d #5deb66

Analogous Colors of #665deb

#665deb #ad5deb #5d9beb

Monochromatic Colors of #665deb

#665deb

Complementary Color

#665deb #e2eb5d

#665deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#665deb Color CSS Codes

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

#665deb Text Font Color

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

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


#665deb Background Color

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

This div background color is #665deb


#665deb Border Color

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

This div border color is #665deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665deb


Comments

No comments written yet.

Please login to write comment.