Color Hex Logo

#662adf Color Hex

#662ADF
(102,42,223)
0 Favorites   0 Comments

Color spaces of #662adf

RGB 10242223
HSL0.720.740.52
HSV260°81°87°
CMYK 0.540.810.00   0.13
XYZ19.62679.808470.6708
Yxy9.80840.19610.0980
Hunter Lab31.318457.0559-111.8667
CIE-Lab37.496364.9456-80.9285

#662adf color RGB value is (102,42,223).

#662adf hex color red value is 102, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #662adf hue: 0.72 , saturation: 0.74 and the lightness value of 662adf is 0.52.

The process color (four color CMYK) of #662adf color hex is 0.54, 0.81, 0.00, 0.13. Web safe color of #662adf is #6633cc. Color #662adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101010 11011111
Octal 146 52 337
Decimal 102 42 223
Hex 66 2A DF

RGB Percentages of Color #662adf

%27.79
%11.44
%60.76

CMYK Percentages of Color #662adf

%54
%81
%0
%13

Triadic Colors of #662adf

#662adf #df662a #2adf66

Analogous Colors of #662adf

#662adf #c12adf #2a48df

Monochromatic Colors of #662adf

#662adf

Complementary Color

#662adf #a3df2a

#662adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#662adf Color CSS Codes

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

#662adf Text Font Color

<p style="color:#662adf">Text here</p>

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


#662adf Background Color

<div style="background-color:#662adf">
Div content here</div>

This div background color is #662adf


#662adf Border Color

<div style="border:3px solid #662adf">
Div here</div>

This div border color is #662adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,42,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662adf;
  -webkit-box-shadow: 1px 1px 3px 2px #662adf;
  box-shadow:         1px 1px 3px 2px #662adf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662adf


Comments

No comments written yet.

Please login to write comment.