Color Hex Logo

#665feb Color Hex

#665FEB
(102,95,235)
0 Favorites   0 Comments

Color spaces of #665feb

RGB 10295235
HSL0.680.780.65
HSV243°60°92°
CMYK 0.570.600.00   0.08
XYZ24.567117.007480.5852
Yxy17.00740.20110.1392
Hunter Lab41.240034.1642-86.9878
CIE-Lab48.269441.4762-70.1004

#665feb color RGB value is (102,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 11101011
Octal 146 137 353
Decimal 102 95 235
Hex 66 5F EB

RGB Percentages of Color #665feb

%23.61
%21.99
%54.40

CMYK Percentages of Color #665feb

%57
%60
%0
%8

Triadic Colors of #665feb

#665feb #eb665f #5feb66

Analogous Colors of #665feb

#665feb #ac5feb #5f9eeb

Monochromatic Colors of #665feb

#665feb

Complementary Color

#665feb #e4eb5f

#665feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#665feb Color CSS Codes

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

#665feb Text Font Color

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

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


#665feb Background Color

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

This div background color is #665feb


#665feb Border Color

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

This div border color is #665feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665feb


Comments

No comments written yet.

Please login to write comment.