Color Hex Logo

#665dbe Color Hex

#665DBE
(102,93,190)
0 Favorites   0 Comments

Color spaces of #665dbe

RGB 10293190
HSL0.680.430.55
HSV246°51°75°
CMYK 0.460.510.00   0.25
XYZ18.688114.371250.5041
Yxy14.37120.22360.1720
Hunter Lab37.909421.6534-52.4515
CIE-Lab44.760628.8457-50.0573

#665dbe color RGB value is (102,93,190).

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

The process color (four color CMYK) of #665dbe color hex is 0.46, 0.51, 0.00, 0.25. Web safe color of #665dbe is #6666cc. Color #665dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 10111110
Octal 146 135 276
Decimal 102 93 190
Hex 66 5D BE

RGB Percentages of Color #665dbe

%26.49
%24.16
%49.35

CMYK Percentages of Color #665dbe

%46
%51
%0
%25

Triadic Colors of #665dbe

#665dbe #be665d #5dbe66

Analogous Colors of #665dbe

#665dbe #975dbe #5d85be

Monochromatic Colors of #665dbe

#665dbe

Complementary Color

#665dbe #b5be5d

#665dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#665dbe Color CSS Codes

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

#665dbe Text Font Color

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

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


#665dbe Background Color

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

This div background color is #665dbe


#665dbe Border Color

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

This div border color is #665dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665dbe


Comments

No comments written yet.

Please login to write comment.