Color Hex Logo

#af52cb Color Hex

#AF52CB
(175,82,203)
0 Favorites   0 Comments

Color spaces of #af52cb

RGB 17582203
HSL0.790.540.56
HSV286°60°80°
CMYK 0.140.600.00   0.20
XYZ31.476019.460358.5972
Yxy19.46030.28740.1777
Hunter Lab44.113850.1637-47.8763
CIE-Lab51.221456.1788-46.7815

#af52cb color RGB value is (175,82,203).

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

The process color (four color CMYK) of #af52cb color hex is 0.14, 0.60, 0.00, 0.20. Web safe color of #af52cb is #9966cc. Color #af52cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 11001011
Octal 257 122 313
Decimal 175 82 203
Hex AF 52 CB

RGB Percentages of Color #af52cb

%38.04
%17.83
%44.13

CMYK Percentages of Color #af52cb

%14
%60
%0
%20

Triadic Colors of #af52cb

#af52cb #cbaf52 #52cbaf

Analogous Colors of #af52cb

#af52cb #cb52ab #7352cb

Monochromatic Colors of #af52cb

#af52cb

Complementary Color

#af52cb #6ecb52

#af52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52cb Color CSS Codes

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

#af52cb Text Font Color

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

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


#af52cb Background Color

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

This div background color is #af52cb


#af52cb Border Color

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

This div border color is #af52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52cb


Comments

No comments written yet.

Please login to write comment.