Color Hex Logo

#a841bc Color Hex

#A841BC
(168,65,188)
0 Favorites   0 Comments

Color spaces of #a841bc

RGB 16865188
HSL0.810.490.50
HSV290°65°74°
CMYK 0.110.650.00   0.26
XYZ27.115815.736349.1852
Yxy15.73630.29460.1710
Hunter Lab39.669052.5931-45.7448
CIE-Lab46.626659.2109-45.4806

#a841bc color RGB value is (168,65,188).

#a841bc hex color red value is 168, green value is 65 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a841bc hue: 0.81 , saturation: 0.49 and the lightness value of a841bc is 0.50.

The process color (four color CMYK) of #a841bc color hex is 0.11, 0.65, 0.00, 0.26. Web safe color of #a841bc is #9933cc. Color #a841bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 10111100
Octal 250 101 274
Decimal 168 65 188
Hex A8 41 BC

RGB Percentages of Color #a841bc

%39.90
%15.44
%44.66

CMYK Percentages of Color #a841bc

%11
%65
%0
%26

Triadic Colors of #a841bc

#a841bc #bca841 #41bca8

Analogous Colors of #a841bc

#a841bc #bc4193 #6b41bc

Monochromatic Colors of #a841bc

#a841bc

Complementary Color

#a841bc #55bc41

#a841bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841bc Color CSS Codes

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

#a841bc Text Font Color

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

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


#a841bc Background Color

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

This div background color is #a841bc


#a841bc Border Color

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

This div border color is #a841bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841bc


Comments

No comments written yet.

Please login to write comment.