Color Hex Logo

#ae75cb Color Hex

#AE75CB
(174,117,203)
0 Favorites   0 Comments

Color spaces of #ae75cb

RGB 174117203
HSL0.780.450.63
HSV280°42°80°
CMYK 0.140.420.00   0.20
XYZ34.596326.033059.7014
Yxy26.03300.28750.2163
Hunter Lab51.022531.7441-33.6594
CIE-Lab58.068437.7389-35.9920

#ae75cb color RGB value is (174,117,203).

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

The process color (four color CMYK) of #ae75cb color hex is 0.14, 0.42, 0.00, 0.20. Web safe color of #ae75cb is #9966cc. Color #ae75cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 11001011
Octal 256 165 313
Decimal 174 117 203
Hex AE 75 CB

RGB Percentages of Color #ae75cb

%35.22
%23.68
%41.09

CMYK Percentages of Color #ae75cb

%14
%42
%0
%20

Triadic Colors of #ae75cb

#ae75cb #cbae75 #75cbae

Analogous Colors of #ae75cb

#ae75cb #cb75bd #8375cb

Monochromatic Colors of #ae75cb

#ae75cb

Complementary Color

#ae75cb #92cb75

#ae75cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae75cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae75cb Color CSS Codes

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

#ae75cb Text Font Color

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

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


#ae75cb Background Color

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

This div background color is #ae75cb


#ae75cb Border Color

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

This div border color is #ae75cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae75cb


Comments

No comments written yet.

Please login to write comment.