Color Hex Logo

#a230bc Color Hex

#A230BC
(162,48,188)
0 Favorites   0 Comments

Color spaces of #a230bc

RGB 16248188
HSL0.800.590.46
HSV289°74°74°
CMYK 0.140.740.00   0.26
XYZ25.034313.426148.8490
Yxy13.42610.28670.1538
Hunter Lab36.641657.8319-53.3936
CIE-Lab43.398464.4781-50.6960

#a230bc color RGB value is (162,48,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110000 10111100
Octal 242 60 274
Decimal 162 48 188
Hex A2 30 BC

RGB Percentages of Color #a230bc

%40.70
%12.06
%47.24

CMYK Percentages of Color #a230bc

%14
%74
%0
%26

Triadic Colors of #a230bc

#a230bc #bca230 #30bca2

Analogous Colors of #a230bc

#a230bc #bc3090 #5c30bc

Monochromatic Colors of #a230bc

#a230bc

Complementary Color

#a230bc #4abc30

#a230bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a230bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a230bc Color CSS Codes

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

#a230bc Text Font Color

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

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


#a230bc Background Color

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

This div background color is #a230bc


#a230bc Border Color

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

This div border color is #a230bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a230bc


Comments

No comments written yet.

Please login to write comment.