Color Hex Logo

#af41cb Color Hex

#AF41CB
(175,65,203)
0 Favorites   0 Comments

Color spaces of #af41cb

RGB 17565203
HSL0.800.570.53
HSV288°68°80°
CMYK 0.140.680.00   0.20
XYZ30.349017.206458.2215
Yxy17.20640.28690.1627
Hunter Lab41.480658.0073-54.1821
CIE-Lab48.519163.6481-51.0924

#af41cb color RGB value is (175,65,203).

#af41cb hex color red value is 175, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af41cb hue: 0.80 , saturation: 0.57 and the lightness value of af41cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 11001011
Octal 257 101 313
Decimal 175 65 203
Hex AF 41 CB

RGB Percentages of Color #af41cb

%39.50
%14.67
%45.82

CMYK Percentages of Color #af41cb

%14
%68
%0
%20

Triadic Colors of #af41cb

#af41cb #cbaf41 #41cbaf

Analogous Colors of #af41cb

#af41cb #cb41a2 #6a41cb

Monochromatic Colors of #af41cb

#af41cb

Complementary Color

#af41cb #5dcb41

#af41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af41cb Color CSS Codes

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

#af41cb Text Font Color

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

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


#af41cb Background Color

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

This div background color is #af41cb


#af41cb Border Color

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

This div border color is #af41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af41cb


Comments

No comments written yet.

Please login to write comment.