Color Hex Logo

#665fec Color Hex

#665FEC
(102,95,236)
0 Favorites   0 Comments

Color spaces of #665fec

RGB 10295236
HSL0.670.790.65
HSV243°60°93°
CMYK 0.570.600.00   0.07
XYZ24.712017.065381.3484
Yxy17.06530.20070.1386
Hunter Lab41.310234.4870-87.8373
CIE-Lab48.342241.7872-70.5441

#665fec color RGB value is (102,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 11101100
Octal 146 137 354
Decimal 102 95 236
Hex 66 5F EC

RGB Percentages of Color #665fec

%23.56
%21.94
%54.50

CMYK Percentages of Color #665fec

%57
%60
%0
%7

Triadic Colors of #665fec

#665fec #ec665f #5fec66

Analogous Colors of #665fec

#665fec #ad5fec #5f9fec

Monochromatic Colors of #665fec

#665fec

Complementary Color

#665fec #e5ec5f

#665fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#665fec Color CSS Codes

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

#665fec Text Font Color

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

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


#665fec Background Color

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

This div background color is #665fec


#665fec Border Color

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

This div border color is #665fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665fec


Comments

No comments written yet.

Please login to write comment.