Color Hex Logo

#c81ab0 Color Hex

#C81AB0
(200,26,176)
0 Favorites   0 Comments

Color spaces of #c81ab0

RGB 20026176
HSL0.860.770.44
HSV308°87°78°
CMYK 0.000.870.12   0.22
XYZ32.025316.152742.5042
Yxy16.15270.35320.1781
Hunter Lab40.190471.9025-34.5701
CIE-Lab47.174275.6246-37.2475

#c81ab0 color RGB value is (200,26,176).

#c81ab0 hex color red value is 200, green value is 26 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #c81ab0 hue: 0.86 , saturation: 0.77 and the lightness value of c81ab0 is 0.44.

The process color (four color CMYK) of #c81ab0 color hex is 0.00, 0.87, 0.12, 0.22. Web safe color of #c81ab0 is #cc3399. Color #c81ab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011010 10110000
Octal 310 32 260
Decimal 200 26 176
Hex C8 1A B0

RGB Percentages of Color #c81ab0

%49.75
%6.47
%43.78

CMYK Percentages of Color #c81ab0

%0
%87
%12
%22

Triadic Colors of #c81ab0

#c81ab0 #b0c81a #1ab0c8

Analogous Colors of #c81ab0

#c81ab0 #c81a59 #891ac8

Monochromatic Colors of #c81ab0

#c81ab0

Complementary Color

#c81ab0 #1ac832

#c81ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81ab0 Color CSS Codes

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

#c81ab0 Text Font Color

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

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


#c81ab0 Background Color

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

This div background color is #c81ab0


#c81ab0 Border Color

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

This div border color is #c81ab0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,26,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c81ab0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c81ab0;
  -webkit-box-shadow: 1px 1px 3px 2px #c81ab0;
  box-shadow:         1px 1px 3px 2px #c81ab0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,26,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81ab0


Comments

No comments written yet.

Please login to write comment.