Color Hex Logo

#ae35cb Color Hex

#AE35CB
(174,53,203)
0 Favorites   0 Comments

Color spaces of #ae35cb

RGB 17453203
HSL0.800.590.50
HSV288°74°80°
CMYK 0.140.740.00   0.20
XYZ29.508215.856758.0053
Yxy15.85670.28550.1534
Hunter Lab39.820562.5882-58.4917
CIE-Lab46.785967.9330-53.8793

#ae35cb color RGB value is (174,53,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 11001011
Octal 256 65 313
Decimal 174 53 203
Hex AE 35 CB

RGB Percentages of Color #ae35cb

%40.47
%12.33
%47.21

CMYK Percentages of Color #ae35cb

%14
%74
%0
%20

Triadic Colors of #ae35cb

#ae35cb #cbae35 #35cbae

Analogous Colors of #ae35cb

#ae35cb #cb359d #6335cb

Monochromatic Colors of #ae35cb

#ae35cb

Complementary Color

#ae35cb #52cb35

#ae35cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae35cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae35cb Color CSS Codes

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

#ae35cb Text Font Color

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

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


#ae35cb Background Color

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

This div background color is #ae35cb


#ae35cb Border Color

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

This div border color is #ae35cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae35cb


Comments

No comments written yet.

Please login to write comment.