Color Hex Logo

#662eee Color Hex

#662EEE
(102,46,238)
0 Favorites   0 Comments

Color spaces of #662eee

RGB 10246238
HSL0.720.850.56
HSV258°81°93°
CMYK 0.570.810.00   0.07
XYZ21.889110.951881.8491
Yxy10.95180.19090.0955
Hunter Lab33.093560.1520-123.4746
CIE-Lab39.499267.2578-86.1623

#662eee color RGB value is (102,46,238).

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

The process color (four color CMYK) of #662eee color hex is 0.57, 0.81, 0.00, 0.07. Web safe color of #662eee is #6633ff. Color #662eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101110 11101110
Octal 146 56 356
Decimal 102 46 238
Hex 66 2E EE

RGB Percentages of Color #662eee

%26.42
%11.92
%61.66

CMYK Percentages of Color #662eee

%57
%81
%0
%7

Triadic Colors of #662eee

#662eee #ee662e #2eee66

Analogous Colors of #662eee

#662eee #c62eee #2e56ee

Monochromatic Colors of #662eee

#662eee

Complementary Color

#662eee #b6ee2e

#662eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#662eee Color CSS Codes

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

#662eee Text Font Color

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

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


#662eee Background Color

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

This div background color is #662eee


#662eee Border Color

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

This div border color is #662eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662eee


Comments

No comments written yet.

Please login to write comment.