Color Hex Logo

#ab64ca Color Hex

#AB64CA
(171,100,202)
0 Favorites   0 Comments

Color spaces of #ab64ca

RGB 171100202
HSL0.780.490.59
HSV282°50°79°
CMYK 0.150.500.00   0.21
XYZ32.012422.036558.4434
Yxy22.03650.28460.1959
Hunter Lab46.943139.5762-40.9550
CIE-Lab54.065745.8730-41.7351

#ab64ca color RGB value is (171,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 11001010
Octal 253 144 312
Decimal 171 100 202
Hex AB 64 CA

RGB Percentages of Color #ab64ca

%36.15
%21.14
%42.71

CMYK Percentages of Color #ab64ca

%15
%50
%0
%21

Triadic Colors of #ab64ca

#ab64ca #caab64 #64caab

Analogous Colors of #ab64ca

#ab64ca #ca64b6 #7864ca

Monochromatic Colors of #ab64ca

#ab64ca

Complementary Color

#ab64ca #83ca64

#ab64ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab64ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab64ca Color CSS Codes

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

#ab64ca Text Font Color

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

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


#ab64ca Background Color

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

This div background color is #ab64ca


#ab64ca Border Color

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

This div border color is #ab64ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab64ca


Comments

No comments written yet.

Please login to write comment.