Color Hex Logo

#611cbc Color Hex

#611CBC
(97,28,188)
0 Favorites   0 Comments

Color spaces of #611cbc

RGB 9728188
HSL0.740.740.42
HSV266°85°74°
CMYK 0.480.850.00   0.26
XYZ14.42217.002748.1685
Yxy7.00270.20720.1006
Hunter Lab26.462650.9728-89.3986
CIE-Lab31.813160.5951-69.9565

#611cbc color RGB value is (97,28,188).

#611cbc hex color red value is 97, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #611cbc hue: 0.74 , saturation: 0.74 and the lightness value of 611cbc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011100 10111100
Octal 141 34 274
Decimal 97 28 188
Hex 61 1C BC

RGB Percentages of Color #611cbc

%30.99
%8.95
%60.06

CMYK Percentages of Color #611cbc

%48
%85
%0
%26

Triadic Colors of #611cbc

#611cbc #bc611c #1cbc61

Analogous Colors of #611cbc

#611cbc #b11cbc #1c27bc

Monochromatic Colors of #611cbc

#611cbc

Complementary Color

#611cbc #77bc1c

#611cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#611cbc Color CSS Codes

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

#611cbc Text Font Color

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

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


#611cbc Background Color

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

This div background color is #611cbc


#611cbc Border Color

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

This div border color is #611cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611cbc


Comments

No comments written yet.

Please login to write comment.