Color Hex Logo

#af33ed Color Hex

#AF33ED
(175,51,237)
0 Favorites   0 Comments

Color spaces of #af33ed

RGB 17551237
HSL0.780.840.56
HSV280°78°93°
CMYK 0.260.780.00   0.07
XYZ34.149117.596081.7173
Yxy17.59600.25590.1318
Hunter Lab41.947671.9067-86.1384
CIE-Lab49.002475.2715-69.6798

#af33ed color RGB value is (175,51,237).

#af33ed hex color red value is 175, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af33ed hue: 0.78 , saturation: 0.84 and the lightness value of af33ed is 0.56.

The process color (four color CMYK) of #af33ed color hex is 0.26, 0.78, 0.00, 0.07. Web safe color of #af33ed is #9933ff. Color #af33ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 11101101
Octal 257 63 355
Decimal 175 51 237
Hex AF 33 ED

RGB Percentages of Color #af33ed

%37.80
%11.02
%51.19

CMYK Percentages of Color #af33ed

%26
%78
%0
%7

Triadic Colors of #af33ed

#af33ed #edaf33 #33edaf

Analogous Colors of #af33ed

#af33ed #ed33ce #5233ed

Monochromatic Colors of #af33ed

#af33ed

Complementary Color

#af33ed #71ed33

#af33ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af33ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af33ed Color CSS Codes

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

#af33ed Text Font Color

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

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


#af33ed Background Color

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

This div background color is #af33ed


#af33ed Border Color

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

This div border color is #af33ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,51,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af33ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af33ed;
  -webkit-box-shadow: 1px 1px 3px 2px #af33ed;
  box-shadow:         1px 1px 3px 2px #af33ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,51,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af33ed


Comments

No comments written yet.

Please login to write comment.