Color Hex Logo

#c487ab Color Hex

#C487AB
(196,135,171)
0 Favorites   0 Comments

Color spaces of #c487ab

RGB 196135171
HSL0.900.340.65
HSV325°31°77°
CMYK 0.000.310.13   0.23
XYZ38.779632.004042.6616
Yxy32.00400.34180.2821
Hunter Lab56.572123.3588-5.1108
CIE-Lab63.346228.8349-9.5450

#c487ab color RGB value is (196,135,171).

#c487ab hex color red value is 196, green value is 135 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c487ab hue: 0.90 , saturation: 0.34 and the lightness value of c487ab is 0.65.

The process color (four color CMYK) of #c487ab color hex is 0.00, 0.31, 0.13, 0.23. Web safe color of #c487ab is #cc9999. Color #c487ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 10101011
Octal 304 207 253
Decimal 196 135 171
Hex C4 87 AB

RGB Percentages of Color #c487ab

%39.04
%26.89
%34.06

CMYK Percentages of Color #c487ab

%0
%31
%13
%23

Triadic Colors of #c487ab

#c487ab #abc487 #87abc4

Analogous Colors of #c487ab

#c487ab #c4878d #bf87c4

Monochromatic Colors of #c487ab

#c487ab

Complementary Color

#c487ab #87c4a0

#c487ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487ab Color CSS Codes

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

#c487ab Text Font Color

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

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


#c487ab Background Color

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

This div background color is #c487ab


#c487ab Border Color

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

This div border color is #c487ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487ab


Comments

No comments written yet.

Please login to write comment.