Color Hex Logo

#662edf Color Hex

#662EDF
(102,46,223)
0 Favorites   0 Comments

Color spaces of #662edf

RGB 10246223
HSL0.720.730.53
HSV259°79°87°
CMYK 0.540.790.00   0.13
XYZ19.775810.106570.7205
Yxy10.10650.19660.1005
Hunter Lab31.790755.4043-109.6409
CIE-Lab38.032963.3793-80.0440

#662edf color RGB value is (102,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101110 11011111
Octal 146 56 337
Decimal 102 46 223
Hex 66 2E DF

RGB Percentages of Color #662edf

%27.49
%12.40
%60.11

CMYK Percentages of Color #662edf

%54
%79
%0
%13

Triadic Colors of #662edf

#662edf #df662e #2edf66

Analogous Colors of #662edf

#662edf #bf2edf #2e4fdf

Monochromatic Colors of #662edf

#662edf

Complementary Color

#662edf #a7df2e

#662edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#662edf Color CSS Codes

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

#662edf Text Font Color

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

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


#662edf Background Color

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

This div background color is #662edf


#662edf Border Color

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

This div border color is #662edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662edf


Comments

No comments written yet.

Please login to write comment.