Color Hex Logo

#ab5fcf Color Hex

#AB5FCF
(171,95,207)
0 Favorites   0 Comments

Color spaces of #ab5fcf

RGB 17195207
HSL0.780.540.59
HSV281°54°81°
CMYK 0.170.540.00   0.19
XYZ32.149321.347361.4575
Yxy21.34730.27970.1857
Hunter Lab46.203143.3493-46.5229
CIE-Lab53.327549.5501-45.7554

#ab5fcf color RGB value is (171,95,207).

#ab5fcf hex color red value is 171, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab5fcf hue: 0.78 , saturation: 0.54 and the lightness value of ab5fcf is 0.59.

The process color (four color CMYK) of #ab5fcf color hex is 0.17, 0.54, 0.00, 0.19. Web safe color of #ab5fcf is #9966cc. Color #ab5fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 11001111
Octal 253 137 317
Decimal 171 95 207
Hex AB 5F CF

RGB Percentages of Color #ab5fcf

%36.15
%20.08
%43.76

CMYK Percentages of Color #ab5fcf

%17
%54
%0
%19

Triadic Colors of #ab5fcf

#ab5fcf #cfab5f #5fcfab

Analogous Colors of #ab5fcf

#ab5fcf #cf5fbb #735fcf

Monochromatic Colors of #ab5fcf

#ab5fcf

Complementary Color

#ab5fcf #83cf5f

#ab5fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fcf Color CSS Codes

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

#ab5fcf Text Font Color

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

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


#ab5fcf Background Color

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

This div background color is #ab5fcf


#ab5fcf Border Color

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

This div border color is #ab5fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,95,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fcf


Comments

No comments written yet.

Please login to write comment.