Color Hex Logo

#c581af Color Hex

#C581AF
(197,129,175)
0 Favorites   0 Comments

Color spaces of #c581af

RGB 197129175
HSL0.890.370.64
HSV319°35°77°
CMYK 0.000.350.11   0.23
XYZ38.614130.666044.4414
Yxy30.66600.33950.2697
Hunter Lab55.376927.5578-8.8179
CIE-Lab62.224733.1408-13.4862

#c581af color RGB value is (197,129,175).

#c581af hex color red value is 197, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c581af hue: 0.89 , saturation: 0.37 and the lightness value of c581af is 0.64.

The process color (four color CMYK) of #c581af color hex is 0.00, 0.35, 0.11, 0.23. Web safe color of #c581af is #cc9999. Color #c581af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000001 10101111
Octal 305 201 257
Decimal 197 129 175
Hex C5 81 AF

RGB Percentages of Color #c581af

%39.32
%25.75
%34.93

CMYK Percentages of Color #c581af

%0
%35
%11
%23

Triadic Colors of #c581af

#c581af #afc581 #81afc5

Analogous Colors of #c581af

#c581af #c5818d #b981c5

Monochromatic Colors of #c581af

#c581af

Complementary Color

#c581af #81c597

#c581af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c581af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c581af Color CSS Codes

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

#c581af Text Font Color

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

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


#c581af Background Color

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

This div background color is #c581af


#c581af Border Color

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

This div border color is #c581af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,129,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c581af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c581af;
  -webkit-box-shadow: 1px 1px 3px 2px #c581af;
  box-shadow:         1px 1px 3px 2px #c581af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,129,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c581af


Comments

No comments written yet.

Please login to write comment.