Color Hex Logo

#661ebe Color Hex

#661EBE
(102,30,190)
0 Favorites   0 Comments

Color spaces of #661ebe

RGB 10230190
HSL0.740.730.43
HSV267°84°75°
CMYK 0.460.840.00   0.25
XYZ15.23807.471049.3541
Yxy7.47100.21150.1037
Hunter Lab27.333151.6793-87.9239
CIE-Lab32.856061.0369-69.3985

#661ebe color RGB value is (102,30,190).

#661ebe hex color red value is 102, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #661ebe hue: 0.74 , saturation: 0.73 and the lightness value of 661ebe is 0.43.

The process color (four color CMYK) of #661ebe color hex is 0.46, 0.84, 0.00, 0.25. Web safe color of #661ebe is #6633cc. Color #661ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011110 10111110
Octal 146 36 276
Decimal 102 30 190
Hex 66 1E BE

RGB Percentages of Color #661ebe

%31.68
%9.32
%59.01

CMYK Percentages of Color #661ebe

%46
%84
%0
%25

Triadic Colors of #661ebe

#661ebe #be661e #1ebe66

Analogous Colors of #661ebe

#661ebe #b61ebe #1e26be

Monochromatic Colors of #661ebe

#661ebe

Complementary Color

#661ebe #76be1e

#661ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#661ebe Color CSS Codes

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

#661ebe Text Font Color

<p style="color:#661ebe">Text here</p>

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


#661ebe Background Color

<div style="background-color:#661ebe">
Div content here</div>

This div background color is #661ebe


#661ebe Border Color

<div style="border:3px solid #661ebe">
Div here</div>

This div border color is #661ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,30,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #661ebe;
  box-shadow:         1px 1px 3px 2px #661ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661ebe


Comments

No comments written yet.

Please login to write comment.