Color Hex Logo

#af30ca Color Hex

#AF30CA
(175,48,202)
0 Favorites   0 Comments

Color spaces of #af30ca

RGB 17548202
HSL0.800.620.49
HSV289°76°79°
CMYK 0.130.760.00   0.21
XYZ29.396815.492157.3180
Yxy15.49210.28760.1516
Hunter Lab39.360064.4363-58.7890
CIE-Lab46.301069.5967-54.0726

#af30ca color RGB value is (175,48,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 11001010
Octal 257 60 312
Decimal 175 48 202
Hex AF 30 CA

RGB Percentages of Color #af30ca

%41.18
%11.29
%47.53

CMYK Percentages of Color #af30ca

%13
%76
%0
%21

Triadic Colors of #af30ca

#af30ca #caaf30 #30caaf

Analogous Colors of #af30ca

#af30ca #ca3098 #6230ca

Monochromatic Colors of #af30ca

#af30ca

Complementary Color

#af30ca #4bca30

#af30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af30ca Color CSS Codes

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

#af30ca Text Font Color

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

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


#af30ca Background Color

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

This div background color is #af30ca


#af30ca Border Color

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

This div border color is #af30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af30ca


Comments

No comments written yet.

Please login to write comment.