Color Hex Logo

#611ddc Color Hex

#611DDC
(97,29,220)
0 Favorites   0 Comments

Color spaces of #611ddc

RGB 9729220
HSL0.730.770.49
HSV261°87°86°
CMYK 0.560.870.00   0.14
XYZ18.28748.587468.4038
Yxy8.58740.19190.0901
Hunter Lab29.304360.1109-117.8853
CIE-Lab35.177468.0596-83.0549

#611ddc color RGB value is (97,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011101 11011100
Octal 141 35 334
Decimal 97 29 220
Hex 61 1D DC

RGB Percentages of Color #611ddc

%28.03
%8.38
%63.58

CMYK Percentages of Color #611ddc

%56
%87
%0
%14

Triadic Colors of #611ddc

#611ddc #dc611d #1ddc61

Analogous Colors of #611ddc

#611ddc #c11ddc #1d38dc

Monochromatic Colors of #611ddc

#611ddc

Complementary Color

#611ddc #98dc1d

#611ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ddc Color CSS Codes

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

#611ddc Text Font Color

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

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


#611ddc Background Color

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

This div background color is #611ddc


#611ddc Border Color

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

This div border color is #611ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ddc


Comments

No comments written yet.

Please login to write comment.