Color Hex Logo

#665cbe Color Hex

#665CBE
(102,92,190)
0 Favorites   0 Comments

Color spaces of #665cbe

RGB 10292190
HSL0.680.430.55
HSV246°52°75°
CMYK 0.460.520.00   0.25
XYZ18.600914.196850.4751
Yxy14.19680.22340.1705
Hunter Lab37.678622.1829-53.0511
CIE-Lab44.513929.4565-50.4532

#665cbe color RGB value is (102,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011100 10111110
Octal 146 134 276
Decimal 102 92 190
Hex 66 5C BE

RGB Percentages of Color #665cbe

%26.56
%23.96
%49.48

CMYK Percentages of Color #665cbe

%46
%52
%0
%25

Triadic Colors of #665cbe

#665cbe #be665c #5cbe66

Analogous Colors of #665cbe

#665cbe #975cbe #5c83be

Monochromatic Colors of #665cbe

#665cbe

Complementary Color

#665cbe #b4be5c

#665cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#665cbe Color CSS Codes

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

#665cbe Text Font Color

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

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


#665cbe Background Color

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

This div background color is #665cbe


#665cbe Border Color

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

This div border color is #665cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665cbe


Comments

No comments written yet.

Please login to write comment.