Color Hex Logo

#af14cb Color Hex

#AF14CB
(175,20,203)
0 Favorites   0 Comments

Color spaces of #af14cb

RGB 17520203
HSL0.810.820.44
HSV291°90°80°
CMYK 0.140.900.00   0.20
XYZ28.708813.926157.6748
Yxy13.92610.28620.1388
Hunter Lab37.317772.0155-65.5108
CIE-Lab44.126876.3095-58.1556

#af14cb color RGB value is (175,20,203).

#af14cb hex color red value is 175, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af14cb hue: 0.81 , saturation: 0.82 and the lightness value of af14cb is 0.44.

The process color (four color CMYK) of #af14cb color hex is 0.14, 0.90, 0.00, 0.20. Web safe color of #af14cb is #9900cc. Color #af14cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 11001011
Octal 257 24 313
Decimal 175 20 203
Hex AF 14 CB

RGB Percentages of Color #af14cb

%43.97
%5.03
%51.01

CMYK Percentages of Color #af14cb

%14
%90
%0
%20

Triadic Colors of #af14cb

#af14cb #cbaf14 #14cbaf

Analogous Colors of #af14cb

#af14cb #cb148c #5314cb

Monochromatic Colors of #af14cb

#af14cb

Complementary Color

#af14cb #30cb14

#af14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af14cb Color CSS Codes

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

#af14cb Text Font Color

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

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


#af14cb Background Color

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

This div background color is #af14cb


#af14cb Border Color

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

This div border color is #af14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af14cb


Comments

No comments written yet.

Please login to write comment.