Color Hex Logo

#601ebe Color Hex

#601EBE
(96,30,190)
0 Favorites   0 Comments

Color spaces of #601ebe

RGB 9630190
HSL0.740.730.43
HSV265°84°75°
CMYK 0.490.840.00   0.25
XYZ14.58247.133049.3234
Yxy7.13300.20530.1004
Hunter Lab26.707750.7226-90.8006
CIE-Lab32.107860.3092-70.6566

#601ebe color RGB value is (96,30,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011110 10111110
Octal 140 36 276
Decimal 96 30 190
Hex 60 1E BE

RGB Percentages of Color #601ebe

%30.38
%9.49
%60.13

CMYK Percentages of Color #601ebe

%49
%84
%0
%25

Triadic Colors of #601ebe

#601ebe #be601e #1ebe60

Analogous Colors of #601ebe

#601ebe #b01ebe #1e2cbe

Monochromatic Colors of #601ebe

#601ebe

Complementary Color

#601ebe #7cbe1e

#601ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ebe Color CSS Codes

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

#601ebe Text Font Color

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

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


#601ebe Background Color

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

This div background color is #601ebe


#601ebe Border Color

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

This div border color is #601ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #601ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ebe


Comments

No comments written yet.

Please login to write comment.