Color Hex Logo

#611ecc Color Hex

#611ECC
(97,30,204)
0 Favorites   0 Comments

Color spaces of #611ecc

RGB 9730204
HSL0.730.740.46
HSV263°85°80°
CMYK 0.520.850.00   0.20
XYZ16.29317.829657.7793
Yxy7.82960.19890.0956
Hunter Lab27.981454.9700-102.8419
CIE-Lab33.625563.8500-76.3590

#611ecc color RGB value is (97,30,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 11001100
Octal 141 36 314
Decimal 97 30 204
Hex 61 1E CC

RGB Percentages of Color #611ecc

%29.31
%9.06
%61.63

CMYK Percentages of Color #611ecc

%52
%85
%0
%20

Triadic Colors of #611ecc

#611ecc #cc611e #1ecc61

Analogous Colors of #611ecc

#611ecc #b81ecc #1e32cc

Monochromatic Colors of #611ecc

#611ecc

Complementary Color

#611ecc #89cc1e

#611ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ecc Color CSS Codes

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

#611ecc Text Font Color

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

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


#611ecc Background Color

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

This div background color is #611ecc


#611ecc Border Color

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

This div border color is #611ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ecc


Comments

No comments written yet.

Please login to write comment.