color codes Logo

#ae3cfb color codes

#AE3CFB
(174,60,251)
0 Favorites   0 Comments

Color spaces of #ae3cfb

RGB 17460251
HSL0.770.960.61
HSV276°76°98°
CMYK 0.310.760.00   0.02
XYZ36.484019.195493.0490
Yxy19.19540.24530.1291
Hunter Lab43.812671.9702-95.2512
CIE-Lab50.915074.9506-74.4224

#ae3cfb color RGB value is (174,60,251).

#ae3cfb hex color red value is 174, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae3cfb hue: 0.77 , saturation: 0.96 and the lightness value of ae3cfb is 0.61.

The process color (four color CMYK) of #ae3cfb color code is 0.31, 0.76, 0.00, 0.02. Web safe color of #ae3cfb is #9933ff. Color #ae3cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 11111011
Octal 256 74 373
Decimal 174 60 251
Hex AE 3C FB

RGB Percentages of Color #ae3cfb

%35.88
%12.37
%51.75

CMYK Percentages of Color #ae3cfb

%31
%76
%0
%2

Triadic Colors of #ae3cfb

#ae3cfb #fbae3c #3cfbae

Analogous Colors of #ae3cfb

#ae3cfb #fb3ce9 #4e3cfb

Monochromatic Colors of #ae3cfb

#ae3cfb

Complementary Color

#ae3cfb #89fb3c

#ae3cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cfb Color CSS Codes

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

#ae3cfb Text Font Color

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

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


#ae3cfb Background Color

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

This div background color is #ae3cfb


#ae3cfb Border Color

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

This div border color is #ae3cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cfb


Comments

No comments written yet.

Please login to write comment.