Color Hex Logo

#665fda Color Hex

#665FDA
(102,95,218)
0 Favorites   0 Comments

Color spaces of #665fda

RGB 10295218
HSL0.680.620.61
HSV243°56°85°
CMYK 0.530.560.00   0.15
XYZ22.226616.071268.2602
Yxy16.07120.20860.1508
Hunter Lab40.088928.8107-72.8921
CIE-Lab47.067836.2017-62.4344

#665fda color RGB value is (102,95,218).

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

The process color (four color CMYK) of #665fda color hex is 0.53, 0.56, 0.00, 0.15. Web safe color of #665fda is #6666cc. Color #665fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 11011010
Octal 146 137 332
Decimal 102 95 218
Hex 66 5F DA

RGB Percentages of Color #665fda

%24.58
%22.89
%52.53

CMYK Percentages of Color #665fda

%53
%56
%0
%15

Triadic Colors of #665fda

#665fda #da665f #5fda66

Analogous Colors of #665fda

#665fda #a45fda #5f96da

Monochromatic Colors of #665fda

#665fda

Complementary Color

#665fda #d3da5f

#665fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#665fda Color CSS Codes

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

#665fda Text Font Color

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

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


#665fda Background Color

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

This div background color is #665fda


#665fda Border Color

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

This div border color is #665fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665fda


Comments

No comments written yet.

Please login to write comment.