Color Hex Logo

#a242bc Color Hex

#A242BC
(162,66,188)
0 Favorites   0 Comments

Color spaces of #a242bc

RGB 16266188
HSL0.800.480.50
HSV287°65°74°
CMYK 0.140.650.00   0.26
XYZ25.925615.208749.1461
Yxy15.20870.28720.1685
Hunter Lab38.998350.4175-47.4190
CIE-Lab45.918757.3740-46.6604

#a242bc color RGB value is (162,66,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 10111100
Octal 242 102 274
Decimal 162 66 188
Hex A2 42 BC

RGB Percentages of Color #a242bc

%38.94
%15.87
%45.19

CMYK Percentages of Color #a242bc

%14
%65
%0
%26

Triadic Colors of #a242bc

#a242bc #bca242 #42bca2

Analogous Colors of #a242bc

#a242bc #bc4299 #6542bc

Monochromatic Colors of #a242bc

#a242bc

Complementary Color

#a242bc #5cbc42

#a242bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a242bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a242bc Color CSS Codes

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

#a242bc Text Font Color

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

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


#a242bc Background Color

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

This div background color is #a242bc


#a242bc Border Color

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

This div border color is #a242bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a242bc


Comments

No comments written yet.

Please login to write comment.