Color Hex Logo

#ae21cb Color Hex

#AE21CB
(174,33,203)
0 Favorites   0 Comments

Color spaces of #ae21cb

RGB 17433203
HSL0.800.720.46
HSV290°84°80°
CMYK 0.140.840.00   0.20
XYZ28.778914.398257.7622
Yxy14.39820.28510.1426
Hunter Lab37.945068.9775-63.6935
CIE-Lab44.798773.6862-57.0788

#ae21cb color RGB value is (174,33,203).

#ae21cb hex color red value is 174, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae21cb hue: 0.80 , saturation: 0.72 and the lightness value of ae21cb is 0.46.

The process color (four color CMYK) of #ae21cb color hex is 0.14, 0.84, 0.00, 0.20. Web safe color of #ae21cb is #9933cc. Color #ae21cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11001011
Octal 256 41 313
Decimal 174 33 203
Hex AE 21 CB

RGB Percentages of Color #ae21cb

%42.44
%8.05
%49.51

CMYK Percentages of Color #ae21cb

%14
%84
%0
%20

Triadic Colors of #ae21cb

#ae21cb #cbae21 #21cbae

Analogous Colors of #ae21cb

#ae21cb #cb2193 #5921cb

Monochromatic Colors of #ae21cb

#ae21cb

Complementary Color

#ae21cb #3ecb21

#ae21cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21cb Color CSS Codes

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

#ae21cb Text Font Color

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

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


#ae21cb Background Color

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

This div background color is #ae21cb


#ae21cb Border Color

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

This div border color is #ae21cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,33,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 #ae21cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21cb


Comments

No comments written yet.

Please login to write comment.