color codes Logo

#a742bc color codes

#A742BC
(167,66,188)
0 Favorites   0 Comments

Color spaces of #a742bc

RGB 16766188
HSL0.800.480.50
HSV290°65°74°
CMYK 0.110.650.00   0.26
XYZ26.961715.742849.1946
Yxy15.74280.29340.1713
Hunter Lab39.677251.8604-45.7379
CIE-Lab46.635258.5490-45.4755

#a742bc color RGB value is (167,66,188).

#a742bc hex color red value is 167, green value is 66 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a742bc hue: 0.80 , saturation: 0.48 and the lightness value of a742bc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 10111100
Octal 247 102 274
Decimal 167 66 188
Hex A7 42 BC

RGB Percentages of Color #a742bc

%39.67
%15.68
%44.66

CMYK Percentages of Color #a742bc

%11
%65
%0
%26

Triadic Colors of #a742bc

#a742bc #bca742 #42bca7

Analogous Colors of #a742bc

#a742bc #bc4294 #6a42bc

Monochromatic Colors of #a742bc

#a742bc

Complementary Color

#a742bc #57bc42

#a742bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742bc Color CSS Codes

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

#a742bc Text Font Color

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

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


#a742bc Background Color

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

This div background color is #a742bc


#a742bc Border Color

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

This div border color is #a742bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742bc


Comments

No comments written yet.

Please login to write comment.