Color Hex Logo

#ab30ca Color Hex

#AB30CA
(171,48,202)
0 Favorites   0 Comments

Color spaces of #ab30ca

RGB 17148202
HSL0.800.620.49
HSV288°76°79°
CMYK 0.150.760.00   0.21
XYZ28.512215.036157.2766
Yxy15.03610.28280.1491
Hunter Lab38.776463.3919-60.4337
CIE-Lab45.683668.8314-55.0981

#ab30ca color RGB value is (171,48,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 11001010
Octal 253 60 312
Decimal 171 48 202
Hex AB 30 CA

RGB Percentages of Color #ab30ca

%40.62
%11.40
%47.98

CMYK Percentages of Color #ab30ca

%15
%76
%0
%21

Triadic Colors of #ab30ca

#ab30ca #caab30 #30caab

Analogous Colors of #ab30ca

#ab30ca #ca309c #5e30ca

Monochromatic Colors of #ab30ca

#ab30ca

Complementary Color

#ab30ca #4fca30

#ab30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30ca Color CSS Codes

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

#ab30ca Text Font Color

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

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


#ab30ca Background Color

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

This div background color is #ab30ca


#ab30ca Border Color

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

This div border color is #ab30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30ca


Comments

No comments written yet.

Please login to write comment.