color codes Logo

#ae75dc color codes

#AE75DC
(174,117,220)
0 Favorites   0 Comments

Color spaces of #ae75dc

RGB 174117220
HSL0.760.600.66
HSV273°47°86°
CMYK 0.210.470.00   0.14
XYZ36.735126.888670.9640
Yxy26.88860.27290.1998
Hunter Lab51.854235.7099-44.8421
CIE-Lab58.871141.4891-44.3147

#ae75dc color RGB value is (174,117,220).

#ae75dc hex color red value is 174, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae75dc hue: 0.76 , saturation: 0.60 and the lightness value of ae75dc is 0.66.

The process color (four color CMYK) of #ae75dc color code is 0.21, 0.47, 0.00, 0.14. Web safe color of #ae75dc is #9966cc. Color #ae75dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 11011100
Octal 256 165 334
Decimal 174 117 220
Hex AE 75 DC

RGB Percentages of Color #ae75dc

%34.05
%22.90
%43.05

CMYK Percentages of Color #ae75dc

%21
%47
%0
%14

Triadic Colors of #ae75dc

#ae75dc #dcae75 #75dcae

Analogous Colors of #ae75dc

#ae75dc #dc75d7 #7b75dc

Monochromatic Colors of #ae75dc

#ae75dc

Complementary Color

#ae75dc #a3dc75

#ae75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae75dc Color CSS Codes

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

#ae75dc Text Font Color

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

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


#ae75dc Background Color

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

This div background color is #ae75dc


#ae75dc Border Color

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

This div border color is #ae75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae75dc


Comments

No comments written yet.

Please login to write comment.