Color Hex Logo

#ab5cbe Color Hex

#AB5CBE
(171,92,190)
0 Favorites   0 Comments

Color spaces of #ab5cbe

RGB 17192190
HSL0.800.430.55
HSV288°52°75°
CMYK 0.100.520.00   0.25
XYZ29.916020.029951.0046
Yxy20.02990.29630.1984
Hunter Lab44.754840.9961-36.2413
CIE-Lab51.871047.5670-38.3078

#ab5cbe color RGB value is (171,92,190).

#ab5cbe hex color red value is 171, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab5cbe hue: 0.80 , saturation: 0.43 and the lightness value of ab5cbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011100 10111110
Octal 253 134 276
Decimal 171 92 190
Hex AB 5C BE

RGB Percentages of Color #ab5cbe

%37.75
%20.31
%41.94

CMYK Percentages of Color #ab5cbe

%10
%52
%0
%25

Triadic Colors of #ab5cbe

#ab5cbe #beab5c #5cbeab

Analogous Colors of #ab5cbe

#ab5cbe #be5ca0 #7a5cbe

Monochromatic Colors of #ab5cbe

#ab5cbe

Complementary Color

#ab5cbe #6fbe5c

#ab5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5cbe Color CSS Codes

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

#ab5cbe Text Font Color

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

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


#ab5cbe Background Color

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

This div background color is #ab5cbe


#ab5cbe Border Color

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

This div border color is #ab5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5cbe


Comments

No comments written yet.

Please login to write comment.