color codes Logo

#af34dd color codes

#AF34DD
(175,52,221)
0 Favorites   0 Comments

Color spaces of #af34dd

RGB 17552221
HSL0.790.710.54
HSV284°76°87°
CMYK 0.210.760.00   0.13
XYZ31.958316.790469.9631
Yxy16.79040.26920.1414
Hunter Lab40.976167.5086-72.5492
CIE-Lab47.994871.8445-62.2477

#af34dd color RGB value is (175,52,221).

#af34dd hex color red value is 175, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af34dd hue: 0.79 , saturation: 0.71 and the lightness value of af34dd is 0.54.

The process color (four color CMYK) of #af34dd color code is 0.21, 0.76, 0.00, 0.13. Web safe color of #af34dd is #9933cc. Color #af34dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 11011101
Octal 257 64 335
Decimal 175 52 221
Hex AF 34 DD

RGB Percentages of Color #af34dd

%39.06
%11.61
%49.33

CMYK Percentages of Color #af34dd

%21
%76
%0
%13

Triadic Colors of #af34dd

#af34dd #ddaf34 #34ddaf

Analogous Colors of #af34dd

#af34dd #dd34b7 #5a34dd

Monochromatic Colors of #af34dd

#af34dd

Complementary Color

#af34dd #62dd34

#af34dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af34dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af34dd Color CSS Codes

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

#af34dd Text Font Color

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

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


#af34dd Background Color

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

This div background color is #af34dd


#af34dd Border Color

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

This div border color is #af34dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af34dd


Comments

No comments written yet.

Please login to write comment.