Color Hex Logo

#ab3dca Color Hex

#AB3DCA
(171,61,202)
0 Favorites   0 Comments

Color spaces of #ab3dca

RGB 17161202
HSL0.800.570.52
HSV287°70°79°
CMYK 0.150.700.00   0.21
XYZ29.124016.259757.4805
Yxy16.25970.28310.1581
Hunter Lab40.323358.3580-56.2910
CIE-Lab47.313464.1836-52.4795

#ab3dca color RGB value is (171,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111101 11001010
Octal 253 75 312
Decimal 171 61 202
Hex AB 3D CA

RGB Percentages of Color #ab3dca

%39.40
%14.06
%46.54

CMYK Percentages of Color #ab3dca

%15
%70
%0
%21

Triadic Colors of #ab3dca

#ab3dca #caab3d #3dcaab

Analogous Colors of #ab3dca

#ab3dca #ca3da3 #653dca

Monochromatic Colors of #ab3dca

#ab3dca

Complementary Color

#ab3dca #5cca3d

#ab3dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3dca Color CSS Codes

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

#ab3dca Text Font Color

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

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


#ab3dca Background Color

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

This div background color is #ab3dca


#ab3dca Border Color

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

This div border color is #ab3dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3dca


Comments

No comments written yet.

Please login to write comment.