Color Hex Logo

#c4abbe Color Hex

#C4ABBE
(196,171,190)
0 Favorites   0 Comments

Color spaces of #c4abbe

RGB 196171190
HSL0.870.170.72
HSV314°13°77°
CMYK 0.000.130.03   0.23
XYZ46.622144.579354.8626
Yxy44.57930.31920.3052
Hunter Lab66.76777.7982-1.9808
CIE-Lab72.614012.3682-6.3656

#c4abbe color RGB value is (196,171,190).

#c4abbe hex color red value is 196, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4abbe hue: 0.87 , saturation: 0.17 and the lightness value of c4abbe is 0.72.

The process color (four color CMYK) of #c4abbe color hex is 0.00, 0.13, 0.03, 0.23. Web safe color of #c4abbe is #cc99cc. Color #c4abbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 10111110
Octal 304 253 276
Decimal 196 171 190
Hex C4 AB BE

RGB Percentages of Color #c4abbe

%35.19
%30.70
%34.11

CMYK Percentages of Color #c4abbe

%0
%13
%3
%23

Triadic Colors of #c4abbe

#c4abbe #bec4ab #abbec4

Analogous Colors of #c4abbe

#c4abbe #c4abb2 #beabc4

Monochromatic Colors of #c4abbe

#c4abbe

Complementary Color

#c4abbe #abc4b1

#c4abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abbe Color CSS Codes

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

#c4abbe Text Font Color

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

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


#c4abbe Background Color

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

This div background color is #c4abbe


#c4abbe Border Color

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

This div border color is #c4abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abbe


Comments

No comments written yet.

Please login to write comment.