Color Hex Logo

#ae3ccb Color Hex

#AE3CCB
(174,60,203)
0 Favorites   0 Comments

Color spaces of #ae3ccb

RGB 17460203
HSL0.800.580.52
HSV288°70°80°
CMYK 0.140.700.00   0.20
XYZ29.850916.542258.1196
Yxy16.54220.28560.1583
Hunter Lab40.672159.8322-56.2537
CIE-Lab47.678065.3936-52.4478

#ae3ccb color RGB value is (174,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 11001011
Octal 256 74 313
Decimal 174 60 203
Hex AE 3C CB

RGB Percentages of Color #ae3ccb

%39.82
%13.73
%46.45

CMYK Percentages of Color #ae3ccb

%14
%70
%0
%20

Triadic Colors of #ae3ccb

#ae3ccb #cbae3c #3ccbae

Analogous Colors of #ae3ccb

#ae3ccb #cb3ca1 #673ccb

Monochromatic Colors of #ae3ccb

#ae3ccb

Complementary Color

#ae3ccb #59cb3c

#ae3ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3ccb Color CSS Codes

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

#ae3ccb Text Font Color

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

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


#ae3ccb Background Color

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

This div background color is #ae3ccb


#ae3ccb Border Color

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

This div border color is #ae3ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3ccb


Comments

No comments written yet.

Please login to write comment.