Color Hex Logo

#663eeb Color Hex

#663EEB
(102,62,235)
0 Favorites   0 Comments

Color spaces of #663eeb

RGB 10262235
HSL0.710.810.58
HSV254°74°92°
CMYK 0.570.740.00   0.08
XYZ22.197512.268279.7953
Yxy12.26820.19430.1074
Hunter Lab35.026051.8278-110.5547
CIE-Lab41.639259.4660-80.9386

#663eeb color RGB value is (102,62,235).

#663eeb hex color red value is 102, green value is 62 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #663eeb hue: 0.71 , saturation: 0.81 and the lightness value of 663eeb is 0.58.

The process color (four color CMYK) of #663eeb color hex is 0.57, 0.74, 0.00, 0.08. Web safe color of #663eeb is #6633ff. Color #663eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 11101011
Octal 146 76 353
Decimal 102 62 235
Hex 66 3E EB

RGB Percentages of Color #663eeb

%25.56
%15.54
%58.90

CMYK Percentages of Color #663eeb

%57
%74
%0
%8

Triadic Colors of #663eeb

#663eeb #eb663e #3eeb66

Analogous Colors of #663eeb

#663eeb #bd3eeb #3e6deb

Monochromatic Colors of #663eeb

#663eeb

Complementary Color

#663eeb #c3eb3e

#663eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#663eeb Color CSS Codes

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

#663eeb Text Font Color

<p style="color:#663eeb">Text here</p>

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


#663eeb Background Color

<div style="background-color:#663eeb">
Div content here</div>

This div background color is #663eeb


#663eeb Border Color

<div style="border:3px solid #663eeb">
Div here</div>

This div border color is #663eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,62,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #663eeb;
  box-shadow:         1px 1px 3px 2px #663eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663eeb


Comments

No comments written yet.

Please login to write comment.