Color Hex Logo

#6653ae Color Hex

#6653AE
(102,83,174)
0 Favorites   0 Comments

Color spaces of #6653ae

RGB 10283174
HSL0.700.360.50
HSV253°52°68°
CMYK 0.410.520.00   0.32
XYZ16.212712.067341.5191
Yxy12.06730.23230.1729
Hunter Lab34.738022.5168-46.5472
CIE-Lab41.322930.2138-46.1979

#6653ae color RGB value is (102,83,174).

#6653ae hex color red value is 102, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6653ae hue: 0.70 , saturation: 0.36 and the lightness value of 6653ae is 0.50.

The process color (four color CMYK) of #6653ae color hex is 0.41, 0.52, 0.00, 0.32. Web safe color of #6653ae is #666699. Color #6653ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 10101110
Octal 146 123 256
Decimal 102 83 174
Hex 66 53 AE

RGB Percentages of Color #6653ae

%28.41
%23.12
%48.47

CMYK Percentages of Color #6653ae

%41
%52
%0
%32

Triadic Colors of #6653ae

#6653ae #ae6653 #53ae66

Analogous Colors of #6653ae

#6653ae #9453ae #536eae

Monochromatic Colors of #6653ae

#6653ae

Complementary Color

#6653ae #9bae53

#6653ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6653ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6653ae Color CSS Codes

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

#6653ae Text Font Color

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

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


#6653ae Background Color

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

This div background color is #6653ae


#6653ae Border Color

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

This div border color is #6653ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6653ae


Comments

No comments written yet.

Please login to write comment.