Color Hex Logo

#6133ae Color Hex

#6133AE
(97,51,174)
0 Favorites   0 Comments

Color spaces of #6133ae

RGB 9751174
HSL0.730.550.44
HSV262°71°68°
CMYK 0.440.710.00   0.32
XYZ13.75367.965040.8569
Yxy7.96500.21980.1273
Hunter Lab28.222337.5994-66.0773
CIE-Lab33.909947.3712-58.2038

#6133ae color RGB value is (97,51,174).

#6133ae hex color red value is 97, green value is 51 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6133ae hue: 0.73 , saturation: 0.55 and the lightness value of 6133ae is 0.44.

The process color (four color CMYK) of #6133ae color hex is 0.44, 0.71, 0.00, 0.32. Web safe color of #6133ae is #663399. Color #6133ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110011 10101110
Octal 141 63 256
Decimal 97 51 174
Hex 61 33 AE

RGB Percentages of Color #6133ae

%30.12
%15.84
%54.04

CMYK Percentages of Color #6133ae

%44
%71
%0
%32

Triadic Colors of #6133ae

#6133ae #ae6133 #33ae61

Analogous Colors of #6133ae

#6133ae #9f33ae #3342ae

Monochromatic Colors of #6133ae

#6133ae

Complementary Color

#6133ae #80ae33

#6133ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6133ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6133ae Color CSS Codes

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

#6133ae Text Font Color

<p style="color:#6133ae">Text here</p>

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


#6133ae Background Color

<div style="background-color:#6133ae">
Div content here</div>

This div background color is #6133ae


#6133ae Border Color

<div style="border:3px solid #6133ae">
Div here</div>

This div border color is #6133ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6133ae


Comments

No comments written yet.

Please login to write comment.