Color Hex Logo

#601baf Color Hex

#601BAF
(96,27,175)
0 Favorites   0 Comments

Color spaces of #601baf

RGB 9627175
HSL0.740.730.40
HSV268°85°69°
CMYK 0.450.850.00   0.31
XYZ12.95376.365841.1034
Yxy6.36580.21440.1054
Hunter Lab25.230547.4909-78.9287
CIE-Lab30.317257.6660-64.6876

#601baf color RGB value is (96,27,175).

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

The process color (four color CMYK) of #601baf color hex is 0.45, 0.85, 0.00, 0.31. Web safe color of #601baf is #663399. Color #601baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 10101111
Octal 140 33 257
Decimal 96 27 175
Hex 60 1B AF

RGB Percentages of Color #601baf

%32.21
%9.06
%58.72

CMYK Percentages of Color #601baf

%45
%85
%0
%31

Triadic Colors of #601baf

#601baf #af601b #1baf60

Analogous Colors of #601baf

#601baf #aa1baf #1b20af

Monochromatic Colors of #601baf

#601baf

Complementary Color

#601baf #6aaf1b

#601baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601baf Color CSS Codes

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

#601baf Text Font Color

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

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


#601baf Background Color

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

This div background color is #601baf


#601baf Border Color

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

This div border color is #601baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601baf


Comments

No comments written yet.

Please login to write comment.