Color Hex Logo

#ae34cb Color Hex

#AE34CB
(174,52,203)
0 Favorites   0 Comments

Color spaces of #ae34cb

RGB 17452203
HSL0.800.590.50
HSV288°74°80°
CMYK 0.140.740.00   0.20
XYZ29.463015.766557.9903
Yxy15.76650.28540.1527
Hunter Lab39.707162.9613-58.7953
CIE-Lab46.666668.2741-54.0710

#ae34cb color RGB value is (174,52,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 11001011
Octal 256 64 313
Decimal 174 52 203
Hex AE 34 CB

RGB Percentages of Color #ae34cb

%40.56
%12.12
%47.32

CMYK Percentages of Color #ae34cb

%14
%74
%0
%20

Triadic Colors of #ae34cb

#ae34cb #cbae34 #34cbae

Analogous Colors of #ae34cb

#ae34cb #cb349d #6234cb

Monochromatic Colors of #ae34cb

#ae34cb

Complementary Color

#ae34cb #51cb34

#ae34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34cb Color CSS Codes

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

#ae34cb Text Font Color

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

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


#ae34cb Background Color

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

This div background color is #ae34cb


#ae34cb Border Color

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

This div border color is #ae34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34cb


Comments

No comments written yet.

Please login to write comment.