Color Hex Logo

#601bbf Color Hex

#601BBF
(96,27,191)
0 Favorites   0 Comments

Color spaces of #601bbf

RGB 9627191
HSL0.740.750.43
HSV265°86°75°
CMYK 0.500.860.00   0.25
XYZ14.61987.032349.8770
Yxy7.03230.20440.0983
Hunter Lab26.518552.0008-92.9520
CIE-Lab31.880361.5182-71.6213

#601bbf color RGB value is (96,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 10111111
Octal 140 33 277
Decimal 96 27 191
Hex 60 1B BF

RGB Percentages of Color #601bbf

%30.57
%8.60
%60.83

CMYK Percentages of Color #601bbf

%50
%86
%0
%25

Triadic Colors of #601bbf

#601bbf #bf601b #1bbf60

Analogous Colors of #601bbf

#601bbf #b21bbf #1b28bf

Monochromatic Colors of #601bbf

#601bbf

Complementary Color

#601bbf #7abf1b

#601bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bbf Color CSS Codes

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

#601bbf Text Font Color

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

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


#601bbf Background Color

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

This div background color is #601bbf


#601bbf Border Color

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

This div border color is #601bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,27,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bbf


Comments

No comments written yet.

Please login to write comment.