Color Hex Logo

#611ccc Color Hex

#611CCC
(97,28,204)
0 Favorites   0 Comments

Color spaces of #611ccc

RGB 9728204
HSL0.730.760.45
HSV264°86°80°
CMYK 0.520.860.00   0.20
XYZ16.24417.731557.7629
Yxy7.73150.19870.0946
Hunter Lab27.805655.6205-103.7043
CIE-Lab33.417364.4684-76.7025

#611ccc color RGB value is (97,28,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011100 11001100
Octal 141 34 314
Decimal 97 28 204
Hex 61 1C CC

RGB Percentages of Color #611ccc

%29.48
%8.51
%62.01

CMYK Percentages of Color #611ccc

%52
%86
%0
%20

Triadic Colors of #611ccc

#611ccc #cc611c #1ccc61

Analogous Colors of #611ccc

#611ccc #b91ccc #1c2fcc

Monochromatic Colors of #611ccc

#611ccc

Complementary Color

#611ccc #87cc1c

#611ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ccc Color CSS Codes

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

#611ccc Text Font Color

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

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


#611ccc Background Color

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

This div background color is #611ccc


#611ccc Border Color

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

This div border color is #611ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ccc


Comments

No comments written yet.

Please login to write comment.