Color Hex Logo

#610cbb Color Hex

#610CBB
(97,12,187)
0 Favorites   0 Comments

Color spaces of #610cbb

RGB 9712187
HSL0.750.880.39
HSV269°94°73°
CMYK 0.480.940.00   0.27
XYZ14.03096.392247.5080
Yxy6.39220.20650.0941
Hunter Lab25.282854.8152-93.7117
CIE-Lab30.381164.3337-71.7255

#610cbb color RGB value is (97,12,187).

#610cbb hex color red value is 97, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #610cbb hue: 0.75 , saturation: 0.88 and the lightness value of 610cbb is 0.39.

The process color (four color CMYK) of #610cbb color hex is 0.48, 0.94, 0.00, 0.27. Web safe color of #610cbb is #6600cc. Color #610cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 10111011
Octal 141 14 273
Decimal 97 12 187
Hex 61 C BB

RGB Percentages of Color #610cbb

%32.77
%4.05
%63.18

CMYK Percentages of Color #610cbb

%48
%94
%0
%27

Triadic Colors of #610cbb

#610cbb #bb610c #0cbb61

Analogous Colors of #610cbb

#610cbb #b90cbb #0c0fbb

Monochromatic Colors of #610cbb

#610cbb

Complementary Color

#610cbb #66bb0c

#610cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#610cbb Color CSS Codes

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

#610cbb Text Font Color

<p style="color:#610cbb">Text here</p>

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


#610cbb Background Color

<div style="background-color:#610cbb">
Div content here</div>

This div background color is #610cbb


#610cbb Border Color

<div style="border:3px solid #610cbb">
Div here</div>

This div border color is #610cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,12,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #610cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #610cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #610cbb;
  box-shadow:         1px 1px 3px 2px #610cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610cbb


Comments

No comments written yet.

Please login to write comment.