Color Hex Logo

#ae34bc Color Hex

#AE34BC
(174,52,188)
0 Favorites   0 Comments

Color spaces of #ae34bc

RGB 17452188
HSL0.820.570.47
HSV294°72°74°
CMYK 0.070.720.00   0.26
XYZ27.760715.085549.0256
Yxy15.08550.30220.1642
Hunter Lab38.840159.6117-47.6504
CIE-Lab45.751165.5737-46.8240

#ae34bc color RGB value is (174,52,188).

#ae34bc hex color red value is 174, green value is 52 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae34bc hue: 0.82 , saturation: 0.57 and the lightness value of ae34bc is 0.47.

The process color (four color CMYK) of #ae34bc color hex is 0.07, 0.72, 0.00, 0.26. Web safe color of #ae34bc is #9933cc. Color #ae34bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 10111100
Octal 256 64 274
Decimal 174 52 188
Hex AE 34 BC

RGB Percentages of Color #ae34bc

%42.03
%12.56
%45.41

CMYK Percentages of Color #ae34bc

%7
%72
%0
%26

Triadic Colors of #ae34bc

#ae34bc #bcae34 #34bcae

Analogous Colors of #ae34bc

#ae34bc #bc3486 #6a34bc

Monochromatic Colors of #ae34bc

#ae34bc

Complementary Color

#ae34bc #42bc34

#ae34bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34bc Color CSS Codes

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

#ae34bc Text Font Color

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

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


#ae34bc Background Color

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

This div background color is #ae34bc


#ae34bc Border Color

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

This div border color is #ae34bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34bc


Comments

No comments written yet.

Please login to write comment.