Color Hex Logo

#ae75ce Color Hex

#AE75CE
(174,117,206)
0 Favorites   0 Comments

Color spaces of #ae75ce

RGB 174117206
HSL0.770.480.63
HSV278°43°81°
CMYK 0.160.430.00   0.19
XYZ34.957426.177561.6028
Yxy26.17750.28480.2133
Hunter Lab51.164032.4219-35.5720
CIE-Lab58.205138.3871-37.4758

#ae75ce color RGB value is (174,117,206).

#ae75ce hex color red value is 174, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae75ce hue: 0.77 , saturation: 0.48 and the lightness value of ae75ce is 0.63.

The process color (four color CMYK) of #ae75ce color hex is 0.16, 0.43, 0.00, 0.19. Web safe color of #ae75ce is #9966cc. Color #ae75ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 11001110
Octal 256 165 316
Decimal 174 117 206
Hex AE 75 CE

RGB Percentages of Color #ae75ce

%35.01
%23.54
%41.45

CMYK Percentages of Color #ae75ce

%16
%43
%0
%19

Triadic Colors of #ae75ce

#ae75ce #ceae75 #75ceae

Analogous Colors of #ae75ce

#ae75ce #ce75c2 #8275ce

Monochromatic Colors of #ae75ce

#ae75ce

Complementary Color

#ae75ce #95ce75

#ae75ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae75ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae75ce Color CSS Codes

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

#ae75ce Text Font Color

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

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


#ae75ce Background Color

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

This div background color is #ae75ce


#ae75ce Border Color

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

This div border color is #ae75ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae75ce


Comments

No comments written yet.

Please login to write comment.