Color Hex Logo

#c1abbd Color Hex

#C1ABBD
(193,171,189)
0 Favorites   0 Comments

Color spaces of #c1abbd

RGB 193171189
HSL0.860.150.71
HSV311°11°76°
CMYK 0.000.110.02   0.24
XYZ45.740544.137454.2527
Yxy44.13740.31740.3062
Hunter Lab66.43606.6325-1.9120
CIE-Lab72.320211.1331-6.2801

#c1abbd color RGB value is (193,171,189).

#c1abbd hex color red value is 193, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c1abbd hue: 0.86 , saturation: 0.15 and the lightness value of c1abbd is 0.71.

The process color (four color CMYK) of #c1abbd color hex is 0.00, 0.11, 0.02, 0.24. Web safe color of #c1abbd is #cc99cc. Color #c1abbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10111101
Octal 301 253 275
Decimal 193 171 189
Hex C1 AB BD

RGB Percentages of Color #c1abbd

%34.90
%30.92
%34.18

CMYK Percentages of Color #c1abbd

%0
%11
%2
%24

Triadic Colors of #c1abbd

#c1abbd #bdc1ab #abbdc1

Analogous Colors of #c1abbd

#c1abbd #c1abb2 #baabc1

Monochromatic Colors of #c1abbd

#c1abbd

Complementary Color

#c1abbd #abc1af

#c1abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abbd Color CSS Codes

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

#c1abbd Text Font Color

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

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


#c1abbd Background Color

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

This div background color is #c1abbd


#c1abbd Border Color

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

This div border color is #c1abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abbd


Comments

No comments written yet.

Please login to write comment.