Color Hex Logo

#ab3eca Color Hex

#AB3ECA
(171,62,202)
0 Favorites   0 Comments

Color spaces of #ab3eca

RGB 17162202
HSL0.800.570.52
HSV287°69°79°
CMYK 0.150.690.00   0.21
XYZ29.177916.367457.4985
Yxy16.36740.28320.1588
Hunter Lab40.456657.9376-55.9455
CIE-Lab47.452963.7902-52.2559

#ab3eca color RGB value is (171,62,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111110 11001010
Octal 253 76 312
Decimal 171 62 202
Hex AB 3E CA

RGB Percentages of Color #ab3eca

%39.31
%14.25
%46.44

CMYK Percentages of Color #ab3eca

%15
%69
%0
%21

Triadic Colors of #ab3eca

#ab3eca #caab3e #3ecaab

Analogous Colors of #ab3eca

#ab3eca #ca3ea3 #653eca

Monochromatic Colors of #ab3eca

#ab3eca

Complementary Color

#ab3eca #5dca3e

#ab3eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3eca Color CSS Codes

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

#ab3eca Text Font Color

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

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


#ab3eca Background Color

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

This div background color is #ab3eca


#ab3eca Border Color

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

This div border color is #ab3eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3eca


Comments

No comments written yet.

Please login to write comment.