Color Hex Logo

#a872be Color Hex

#A872BE
(168,114,190)
0 Favorites   0 Comments

Color spaces of #a872be

RGB 168114190
HSL0.790.370.60
HSV283°40°75°
CMYK 0.120.400.00   0.25
XYZ31.460024.077251.7044
Yxy24.07720.29340.2245
Hunter Lab49.068528.5743-28.1270
CIE-Lab56.165034.8117-31.6115

#a872be color RGB value is (168,114,190).

#a872be hex color red value is 168, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a872be hue: 0.79 , saturation: 0.37 and the lightness value of a872be is 0.60.

The process color (four color CMYK) of #a872be color hex is 0.12, 0.40, 0.00, 0.25. Web safe color of #a872be is #9966cc. Color #a872be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 10111110
Octal 250 162 276
Decimal 168 114 190
Hex A8 72 BE

RGB Percentages of Color #a872be

%35.59
%24.15
%40.25

CMYK Percentages of Color #a872be

%12
%40
%0
%25

Triadic Colors of #a872be

#a872be #bea872 #72bea8

Analogous Colors of #a872be

#a872be #be72ae #8272be

Monochromatic Colors of #a872be

#a872be

Complementary Color

#a872be #88be72

#a872be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872be Color CSS Codes

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

#a872be Text Font Color

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

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


#a872be Background Color

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

This div background color is #a872be


#a872be Border Color

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

This div border color is #a872be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,114,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872be


Comments

No comments written yet.

Please login to write comment.