Color Hex Logo

#601dbc Color Hex

#601DBC
(96,29,188)
0 Favorites   0 Comments

Color spaces of #601dbc

RGB 9629188
HSL0.740.730.43
HSV265°85°74°
CMYK 0.490.850.00   0.26
XYZ14.34036.996448.1716
Yxy6.99640.20630.1007
Hunter Lab26.450750.4854-89.4625
CIE-Lab31.798760.1518-69.9845

#601dbc color RGB value is (96,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011101 10111100
Octal 140 35 274
Decimal 96 29 188
Hex 60 1D BC

RGB Percentages of Color #601dbc

%30.67
%9.27
%60.06

CMYK Percentages of Color #601dbc

%49
%85
%0
%26

Triadic Colors of #601dbc

#601dbc #bc601d #1dbc60

Analogous Colors of #601dbc

#601dbc #b01dbc #1d29bc

Monochromatic Colors of #601dbc

#601dbc

Complementary Color

#601dbc #79bc1d

#601dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#601dbc Color CSS Codes

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

#601dbc Text Font Color

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

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


#601dbc Background Color

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

This div background color is #601dbc


#601dbc Border Color

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

This div border color is #601dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601dbc


Comments

No comments written yet.

Please login to write comment.