Color Hex Logo

#ab45cf Color Hex

#AB45CF
(171,69,207)
0 Favorites   0 Comments

Color spaces of #ab45cf

RGB 17169207
HSL0.790.590.54
HSV284°67°81°
CMYK 0.170.670.00   0.19
XYZ30.185217.419260.8028
Yxy17.41920.27840.1607
Hunter Lab41.736356.0591-57.1601
CIE-Lab48.783961.8904-53.0001

#ab45cf color RGB value is (171,69,207).

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

The process color (four color CMYK) of #ab45cf color hex is 0.17, 0.67, 0.00, 0.19. Web safe color of #ab45cf is #9933cc. Color #ab45cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 11001111
Octal 253 105 317
Decimal 171 69 207
Hex AB 45 CF

RGB Percentages of Color #ab45cf

%38.26
%15.44
%46.31

CMYK Percentages of Color #ab45cf

%17
%67
%0
%19

Triadic Colors of #ab45cf

#ab45cf #cfab45 #45cfab

Analogous Colors of #ab45cf

#ab45cf #cf45ae #6645cf

Monochromatic Colors of #ab45cf

#ab45cf

Complementary Color

#ab45cf #69cf45

#ab45cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab45cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab45cf Color CSS Codes

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

#ab45cf Text Font Color

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

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


#ab45cf Background Color

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

This div background color is #ab45cf


#ab45cf Border Color

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

This div border color is #ab45cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab45cf


Comments

No comments written yet.

Please login to write comment.