Color Hex Logo

#601dbf Color Hex

#601DBF
(96,29,191)
0 Favorites   0 Comments

Color spaces of #601dbf

RGB 9629191
HSL0.740.740.43
HSV265°85°75°
CMYK 0.500.850.00   0.25
XYZ14.66727.127149.8928
Yxy7.12710.20460.0994
Hunter Lab26.696651.3493-92.1183
CIE-Lab32.094560.8842-71.2683

#601dbf color RGB value is (96,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011101 10111111
Octal 140 35 277
Decimal 96 29 191
Hex 60 1D BF

RGB Percentages of Color #601dbf

%30.38
%9.18
%60.44

CMYK Percentages of Color #601dbf

%50
%85
%0
%25

Triadic Colors of #601dbf

#601dbf #bf601d #1dbf60

Analogous Colors of #601dbf

#601dbf #b11dbf #1d2bbf

Monochromatic Colors of #601dbf

#601dbf

Complementary Color

#601dbf #7cbf1d

#601dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601dbf Color CSS Codes

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

#601dbf Text Font Color

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

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


#601dbf Background Color

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

This div background color is #601dbf


#601dbf Border Color

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

This div border color is #601dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,29,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 #601dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601dbf


Comments

No comments written yet.

Please login to write comment.