Color Hex Logo

#611ecd Color Hex

#611ECD
(97,30,205)
0 Favorites   0 Comments

Color spaces of #611ecd

RGB 9730205
HSL0.730.740.46
HSV263°85°80°
CMYK 0.530.850.00   0.20
XYZ16.41357.877758.4131
Yxy7.87770.19850.0953
Hunter Lab28.067255.2677-103.7463
CIE-Lab33.726964.0953-76.7740

#611ecd color RGB value is (97,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 11001101
Octal 141 36 315
Decimal 97 30 205
Hex 61 1E CD

RGB Percentages of Color #611ecd

%29.22
%9.04
%61.75

CMYK Percentages of Color #611ecd

%53
%85
%0
%20

Triadic Colors of #611ecd

#611ecd #cd611e #1ecd61

Analogous Colors of #611ecd

#611ecd #b91ecd #1e33cd

Monochromatic Colors of #611ecd

#611ecd

Complementary Color

#611ecd #8acd1e

#611ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ecd Color CSS Codes

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

#611ecd Text Font Color

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

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


#611ecd Background Color

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

This div background color is #611ecd


#611ecd Border Color

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

This div border color is #611ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ecd


Comments

No comments written yet.

Please login to write comment.