Color Hex Logo

#af238d Color Hex

#AF238D
(175,35,141)
0 Favorites   0 Comments

Color spaces of #af238d

RGB 17535141
HSL0.870.670.41
HSV315°80°69°
CMYK 0.000.800.19   0.31
XYZ23.087912.239126.3448
Yxy12.23910.37440.1985
Hunter Lab34.984456.5780-20.1589
CIE-Lab41.593663.7258-25.3265

#af238d color RGB value is (175,35,141).

#af238d hex color red value is 175, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af238d hue: 0.87 , saturation: 0.67 and the lightness value of af238d is 0.41.

The process color (four color CMYK) of #af238d color hex is 0.00, 0.80, 0.19, 0.31. Web safe color of #af238d is #993399. Color #af238d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 10001101
Octal 257 43 215
Decimal 175 35 141
Hex AF 23 8D

RGB Percentages of Color #af238d

%49.86
%9.97
%40.17

CMYK Percentages of Color #af238d

%0
%80
%19
%31

Triadic Colors of #af238d

#af238d #8daf23 #238daf

Analogous Colors of #af238d

#af238d #af2347 #8b23af

Monochromatic Colors of #af238d

#af238d

Complementary Color

#af238d #23af45

#af238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af238d Color CSS Codes

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

#af238d Text Font Color

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

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


#af238d Background Color

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

This div background color is #af238d


#af238d Border Color

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

This div border color is #af238d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af238d


Comments

No comments written yet.

Please login to write comment.