Color Hex Logo

#ae43cb Color Hex

#AE43CB
(174,67,203)
0 Favorites   0 Comments

Color spaces of #ae43cb

RGB 17467203
HSL0.800.570.53
HSV287°67°80°
CMYK 0.140.670.00   0.20
XYZ30.242217.324858.2500
Yxy17.32480.28580.1637
Hunter Lab41.623156.8529-53.8381
CIE-Lab48.666762.6103-50.8643

#ae43cb color RGB value is (174,67,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 11001011
Octal 256 103 313
Decimal 174 67 203
Hex AE 43 CB

RGB Percentages of Color #ae43cb

%39.19
%15.09
%45.72

CMYK Percentages of Color #ae43cb

%14
%67
%0
%20

Triadic Colors of #ae43cb

#ae43cb #cbae43 #43cbae

Analogous Colors of #ae43cb

#ae43cb #cb43a4 #6a43cb

Monochromatic Colors of #ae43cb

#ae43cb

Complementary Color

#ae43cb #60cb43

#ae43cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae43cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae43cb Color CSS Codes

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

#ae43cb Text Font Color

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

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


#ae43cb Background Color

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

This div background color is #ae43cb


#ae43cb Border Color

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

This div border color is #ae43cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae43cb


Comments

No comments written yet.

Please login to write comment.