Color Hex Logo

#610bae Color Hex

#610BAE
(97,11,174)
0 Favorites   0 Comments

Color spaces of #610bae

RGB 9711174
HSL0.750.880.36
HSV272°94°68°
CMYK 0.440.940.00   0.32
XYZ12.68945.836740.5022
Yxy5.83670.21500.0989
Hunter Lab24.159351.4765-82.4862
CIE-Lab28.996761.5959-66.2562

#610bae color RGB value is (97,11,174).

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

The process color (four color CMYK) of #610bae color hex is 0.44, 0.94, 0.00, 0.32. Web safe color of #610bae is #660099. Color #610bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001011 10101110
Octal 141 13 256
Decimal 97 11 174
Hex 61 B AE

RGB Percentages of Color #610bae

%34.40
%3.90
%61.70

CMYK Percentages of Color #610bae

%44
%94
%0
%32

Triadic Colors of #610bae

#610bae #ae610b #0bae61

Analogous Colors of #610bae

#610bae #ae0baa #0f0bae

Monochromatic Colors of #610bae

#610bae

Complementary Color

#610bae #58ae0b

#610bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#610bae Color CSS Codes

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

#610bae Text Font Color

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

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


#610bae Background Color

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

This div background color is #610bae


#610bae Border Color

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

This div border color is #610bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610bae


Comments

No comments written yet.

Please login to write comment.