Color Hex Logo

#601fbb Color Hex

#601FBB
(96,31,187)
0 Favorites   0 Comments

Color spaces of #601fbb

RGB 9631187
HSL0.740.720.43
HSV265°83°73°
CMYK 0.490.830.00   0.27
XYZ14.28357.054647.6226
Yxy7.05460.20710.1023
Hunter Lab26.560549.5115-87.7138
CIE-Lab31.930959.2302-69.1754

#601fbb color RGB value is (96,31,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 10111011
Octal 140 37 273
Decimal 96 31 187
Hex 60 1F BB

RGB Percentages of Color #601fbb

%30.57
%9.87
%59.55

CMYK Percentages of Color #601fbb

%49
%83
%0
%27

Triadic Colors of #601fbb

#601fbb #bb601f #1fbb60

Analogous Colors of #601fbb

#601fbb #ae1fbb #1f2cbb

Monochromatic Colors of #601fbb

#601fbb

Complementary Color

#601fbb #7abb1f

#601fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601fbb Color CSS Codes

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

#601fbb Text Font Color

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

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


#601fbb Background Color

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

This div background color is #601fbb


#601fbb Border Color

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

This div border color is #601fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601fbb


Comments

No comments written yet.

Please login to write comment.