Color Hex Logo

#611dda Color Hex

#611DDA
(97,29,218)
0 Favorites   0 Comments

Color spaces of #611dda

RGB 9729218
HSL0.730.770.48
HSV262°87°85°
CMYK 0.560.870.00   0.15
XYZ18.02408.482167.0169
Yxy8.48210.19270.0907
Hunter Lab29.124059.5012-116.0445
CIE-Lab34.967467.5724-82.2515

#611dda color RGB value is (97,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011101 11011010
Octal 141 35 332
Decimal 97 29 218
Hex 61 1D DA

RGB Percentages of Color #611dda

%28.20
%8.43
%63.37

CMYK Percentages of Color #611dda

%56
%87
%0
%15

Triadic Colors of #611dda

#611dda #da611d #1dda61

Analogous Colors of #611dda

#611dda #c01dda #1d37da

Monochromatic Colors of #611dda

#611dda

Complementary Color

#611dda #96da1d

#611dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#611dda Color CSS Codes

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

#611dda Text Font Color

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

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


#611dda Background Color

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

This div background color is #611dda


#611dda Border Color

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

This div border color is #611dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611dda


Comments

No comments written yet.

Please login to write comment.