Color Hex Logo

#ae63cb Color Hex

#AE63CB
(174,99,203)
0 Favorites   0 Comments

Color spaces of #ae63cb

RGB 17499203
HSL0.790.500.59
HSV283°51°80°
CMYK 0.140.510.00   0.20
XYZ32.696922.234159.0682
Yxy22.23410.28680.1950
Hunter Lab47.153041.2578-41.2649
CIE-Lab54.274547.4350-41.9523

#ae63cb color RGB value is (174,99,203).

#ae63cb hex color red value is 174, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae63cb hue: 0.79 , saturation: 0.50 and the lightness value of ae63cb is 0.59.

The process color (four color CMYK) of #ae63cb color hex is 0.14, 0.51, 0.00, 0.20. Web safe color of #ae63cb is #9966cc. Color #ae63cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 11001011
Octal 256 143 313
Decimal 174 99 203
Hex AE 63 CB

RGB Percentages of Color #ae63cb

%36.55
%20.80
%42.65

CMYK Percentages of Color #ae63cb

%14
%51
%0
%20

Triadic Colors of #ae63cb

#ae63cb #cbae63 #63cbae

Analogous Colors of #ae63cb

#ae63cb #cb63b4 #7a63cb

Monochromatic Colors of #ae63cb

#ae63cb

Complementary Color

#ae63cb #80cb63

#ae63cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae63cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae63cb Color CSS Codes

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

#ae63cb Text Font Color

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

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


#ae63cb Background Color

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

This div background color is #ae63cb


#ae63cb Border Color

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

This div border color is #ae63cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,99,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae63cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae63cb;
  -webkit-box-shadow: 1px 1px 3px 2px #ae63cb;
  box-shadow:         1px 1px 3px 2px #ae63cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae63cb


Comments

No comments written yet.

Please login to write comment.