Color Hex Logo

#ab74be Color Hex

#AB74BE
(171,116,190)
0 Favorites   0 Comments

Color spaces of #ab74be

RGB 171116190
HSL0.790.360.60
HSV285°39°75°
CMYK 0.100.390.00   0.25
XYZ32.334224.866451.8107
Yxy24.86640.29660.2281
Hunter Lab49.866228.4769-26.6956
CIE-Lab56.945034.6240-30.3736

#ab74be color RGB value is (171,116,190).

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

The process color (four color CMYK) of #ab74be color hex is 0.10, 0.39, 0.00, 0.25. Web safe color of #ab74be is #9966cc. Color #ab74be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10111110
Octal 253 164 276
Decimal 171 116 190
Hex AB 74 BE

RGB Percentages of Color #ab74be

%35.85
%24.32
%39.83

CMYK Percentages of Color #ab74be

%10
%39
%0
%25

Triadic Colors of #ab74be

#ab74be #beab74 #74beab

Analogous Colors of #ab74be

#ab74be #be74ac #8674be

Monochromatic Colors of #ab74be

#ab74be

Complementary Color

#ab74be #87be74

#ab74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab74be Color CSS Codes

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

#ab74be Text Font Color

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

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


#ab74be Background Color

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

This div background color is #ab74be


#ab74be Border Color

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

This div border color is #ab74be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab74be


Comments

No comments written yet.

Please login to write comment.