Color Hex Logo

#601bda Color Hex

#601BDA
(96,27,218)
0 Favorites   0 Comments

Color spaces of #601bda

RGB 9627218
HSL0.730.780.48
HSV262°88°85°
CMYK 0.560.880.00   0.15
XYZ17.87078.332666.9961
Yxy8.33260.19170.0894
Hunter Lab28.866259.9910-117.4007
CIE-Lab34.666268.0540-82.7532

#601bda color RGB value is (96,27,218).

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

The process color (four color CMYK) of #601bda color hex is 0.56, 0.88, 0.00, 0.15. Web safe color of #601bda is #6633cc. Color #601bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 11011010
Octal 140 33 332
Decimal 96 27 218
Hex 60 1B DA

RGB Percentages of Color #601bda

%28.15
%7.92
%63.93

CMYK Percentages of Color #601bda

%56
%88
%0
%15

Triadic Colors of #601bda

#601bda #da601b #1bda60

Analogous Colors of #601bda

#601bda #c01bda #1b35da

Monochromatic Colors of #601bda

#601bda

Complementary Color

#601bda #95da1b

#601bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bda Color CSS Codes

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

#601bda Text Font Color

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

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


#601bda Background Color

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

This div background color is #601bda


#601bda Border Color

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

This div border color is #601bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bda


Comments

No comments written yet.

Please login to write comment.