Color Hex Logo

#af23cb Color Hex

#AF23CB
(175,35,203)
0 Favorites   0 Comments

Color spaces of #af23cb

RGB 17535203
HSL0.810.710.47
HSV290°83°80°
CMYK 0.140.830.00   0.20
XYZ29.059714.627857.7917
Yxy14.62780.28640.1441
Hunter Lab38.246368.6940-62.8171
CIE-Lab45.120173.3890-56.5521

#af23cb color RGB value is (175,35,203).

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

The process color (four color CMYK) of #af23cb color hex is 0.14, 0.83, 0.00, 0.20. Web safe color of #af23cb is #9933cc. Color #af23cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 11001011
Octal 257 43 313
Decimal 175 35 203
Hex AF 23 CB

RGB Percentages of Color #af23cb

%42.37
%8.47
%49.15

CMYK Percentages of Color #af23cb

%14
%83
%0
%20

Triadic Colors of #af23cb

#af23cb #cbaf23 #23cbaf

Analogous Colors of #af23cb

#af23cb #cb2393 #5b23cb

Monochromatic Colors of #af23cb

#af23cb

Complementary Color

#af23cb #3fcb23

#af23cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af23cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af23cb Color CSS Codes

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

#af23cb Text Font Color

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

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


#af23cb Background Color

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

This div background color is #af23cb


#af23cb Border Color

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

This div border color is #af23cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af23cb


Comments

No comments written yet.

Please login to write comment.