Color Hex Logo

#ab79ca Color Hex

#AB79CA
(171,121,202)
0 Favorites   0 Comments

Color spaces of #ab79ca

RGB 171121202
HSL0.770.430.63
HSV277°40°79°
CMYK 0.150.400.00   0.21
XYZ34.292626.596959.2034
Yxy26.59690.28560.2215
Hunter Lab51.572228.4411-31.9627
CIE-Lab58.599334.4025-34.6200

#ab79ca color RGB value is (171,121,202).

#ab79ca hex color red value is 171, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab79ca hue: 0.77 , saturation: 0.43 and the lightness value of ab79ca is 0.63.

The process color (four color CMYK) of #ab79ca color hex is 0.15, 0.40, 0.00, 0.21. Web safe color of #ab79ca is #9966cc. Color #ab79ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 11001010
Octal 253 171 312
Decimal 171 121 202
Hex AB 79 CA

RGB Percentages of Color #ab79ca

%34.62
%24.49
%40.89

CMYK Percentages of Color #ab79ca

%15
%40
%0
%21

Triadic Colors of #ab79ca

#ab79ca #caab79 #79caab

Analogous Colors of #ab79ca

#ab79ca #ca79c1 #8379ca

Monochromatic Colors of #ab79ca

#ab79ca

Complementary Color

#ab79ca #98ca79

#ab79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab79ca Color CSS Codes

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

#ab79ca Text Font Color

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

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


#ab79ca Background Color

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

This div background color is #ab79ca


#ab79ca Border Color

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

This div border color is #ab79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab79ca


Comments

No comments written yet.

Please login to write comment.