Color Hex Logo

#af43ca Color Hex

#AF43CA
(175,67,202)
0 Favorites   0 Comments

Color spaces of #af43ca

RGB 17567202
HSL0.800.560.53
HSV288°67°79°
CMYK 0.130.670.00   0.21
XYZ30.347017.392557.6347
Yxy17.39250.28800.1651
Hunter Lab41.704356.9066-52.7448
CIE-Lab48.750862.6416-50.1455

#af43ca color RGB value is (175,67,202).

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

The process color (four color CMYK) of #af43ca color hex is 0.13, 0.67, 0.00, 0.21. Web safe color of #af43ca is #9933cc. Color #af43ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 11001010
Octal 257 103 312
Decimal 175 67 202
Hex AF 43 CA

RGB Percentages of Color #af43ca

%39.41
%15.09
%45.50

CMYK Percentages of Color #af43ca

%13
%67
%0
%21

Triadic Colors of #af43ca

#af43ca #caaf43 #43caaf

Analogous Colors of #af43ca

#af43ca #ca43a2 #6c43ca

Monochromatic Colors of #af43ca

#af43ca

Complementary Color

#af43ca #5eca43

#af43ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af43ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af43ca Color CSS Codes

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

#af43ca Text Font Color

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

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


#af43ca Background Color

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

This div background color is #af43ca


#af43ca Border Color

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

This div border color is #af43ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af43ca


Comments

No comments written yet.

Please login to write comment.