Color Hex Logo

#a43dbc Color Hex

#A43DBC
(164,61,188)
0 Favorites   0 Comments

Color spaces of #a43dbc

RGB 16461188
HSL0.800.510.49
HSV289°68°74°
CMYK 0.130.680.00   0.26
XYZ26.055714.860849.0721
Yxy14.86080.28950.1651
Hunter Lab38.549753.1859-48.4888
CIE-Lab45.442959.9663-47.4037

#a43dbc color RGB value is (164,61,188).

#a43dbc hex color red value is 164, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a43dbc hue: 0.80 , saturation: 0.51 and the lightness value of a43dbc is 0.49.

The process color (four color CMYK) of #a43dbc color hex is 0.13, 0.68, 0.00, 0.26. Web safe color of #a43dbc is #9933cc. Color #a43dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111101 10111100
Octal 244 75 274
Decimal 164 61 188
Hex A4 3D BC

RGB Percentages of Color #a43dbc

%39.71
%14.77
%45.52

CMYK Percentages of Color #a43dbc

%13
%68
%0
%26

Triadic Colors of #a43dbc

#a43dbc #bca43d #3dbca4

Analogous Colors of #a43dbc

#a43dbc #bc3d95 #653dbc

Monochromatic Colors of #a43dbc

#a43dbc

Complementary Color

#a43dbc #55bc3d

#a43dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43dbc Color CSS Codes

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

#a43dbc Text Font Color

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

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


#a43dbc Background Color

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

This div background color is #a43dbc


#a43dbc Border Color

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

This div border color is #a43dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,61,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a43dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43dbc


Comments

No comments written yet.

Please login to write comment.