Color Hex Logo

#a43ccb Color Hex

#A43CCB
(164,60,203)
0 Favorites   0 Comments

Color spaces of #a43ccb

RGB 16460203
HSL0.790.580.52
HSV284°70°80°
CMYK 0.190.700.00   0.20
XYZ27.705215.436058.0191
Yxy15.43600.27390.1526
Hunter Lab39.288757.1177-60.0538
CIE-Lab46.225763.3068-54.8581

#a43ccb color RGB value is (164,60,203).

#a43ccb hex color red value is 164, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a43ccb hue: 0.79 , saturation: 0.58 and the lightness value of a43ccb is 0.52.

The process color (four color CMYK) of #a43ccb color hex is 0.19, 0.70, 0.00, 0.20. Web safe color of #a43ccb is #9933cc. Color #a43ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111100 11001011
Octal 244 74 313
Decimal 164 60 203
Hex A4 3C CB

RGB Percentages of Color #a43ccb

%38.41
%14.05
%47.54

CMYK Percentages of Color #a43ccb

%19
%70
%0
%20

Triadic Colors of #a43ccb

#a43ccb #cba43c #3ccba4

Analogous Colors of #a43ccb

#a43ccb #cb3cab #5c3ccb

Monochromatic Colors of #a43ccb

#a43ccb

Complementary Color

#a43ccb #63cb3c

#a43ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43ccb Color CSS Codes

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

#a43ccb Text Font Color

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

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


#a43ccb Background Color

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

This div background color is #a43ccb


#a43ccb Border Color

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

This div border color is #a43ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43ccb

#a43ccb Color Palettes


Comments

No comments written yet.

Please login to write comment.