Color Hex Logo

#611acd Color Hex

#611ACD
(97,26,205)
0 Favorites   0 Comments

Color spaces of #611acd

RGB 9726205
HSL0.730.770.45
HSV264°87°80°
CMYK 0.530.870.00   0.20
XYZ16.31867.688058.3814
Yxy7.68800.19810.0933
Hunter Lab27.727256.5318-105.4296
CIE-Lab33.324565.2921-77.4384

#611acd color RGB value is (97,26,205).

#611acd hex color red value is 97, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #611acd hue: 0.73 , saturation: 0.77 and the lightness value of 611acd is 0.45.

The process color (four color CMYK) of #611acd color hex is 0.53, 0.87, 0.00, 0.20. Web safe color of #611acd is #6633cc. Color #611acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011010 11001101
Octal 141 32 315
Decimal 97 26 205
Hex 61 1A CD

RGB Percentages of Color #611acd

%29.57
%7.93
%62.50

CMYK Percentages of Color #611acd

%53
%87
%0
%20

Triadic Colors of #611acd

#611acd #cd611a #1acd61

Analogous Colors of #611acd

#611acd #bb1acd #1a2ccd

Monochromatic Colors of #611acd

#611acd

Complementary Color

#611acd #86cd1a

#611acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#611acd Color CSS Codes

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

#611acd Text Font Color

<p style="color:#611acd">Text here</p>

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


#611acd Background Color

<div style="background-color:#611acd">
Div content here</div>

This div background color is #611acd


#611acd Border Color

<div style="border:3px solid #611acd">
Div here</div>

This div border color is #611acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,26,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611acd;
  -webkit-box-shadow: 1px 1px 3px 2px #611acd;
  box-shadow:         1px 1px 3px 2px #611acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,26,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611acd


Comments

No comments written yet.

Please login to write comment.