Color Hex Logo

#c1afcb Color Hex

#C1AFCB
(193,175,203)
0 Favorites   0 Comments

Color spaces of #c1afcb

RGB 193175203
HSL0.770.210.74
HSV279°14°80°
CMYK 0.050.140.00   0.20
XYZ48.101846.309262.9032
Yxy46.30920.30580.2944
Hunter Lab68.05097.0838-7.1694
CIE-Lab73.745711.6185-11.8376

#c1afcb color RGB value is (193,175,203).

#c1afcb hex color red value is 193, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c1afcb hue: 0.77 , saturation: 0.21 and the lightness value of c1afcb is 0.74.

The process color (four color CMYK) of #c1afcb color hex is 0.05, 0.14, 0.00, 0.20. Web safe color of #c1afcb is #cc99cc. Color #c1afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101111 11001011
Octal 301 257 313
Decimal 193 175 203
Hex C1 AF CB

RGB Percentages of Color #c1afcb

%33.80
%30.65
%35.55

CMYK Percentages of Color #c1afcb

%5
%14
%0
%20

Triadic Colors of #c1afcb

#c1afcb #cbc1af #afcbc1

Analogous Colors of #c1afcb

#c1afcb #cbafc7 #b3afcb

Monochromatic Colors of #c1afcb

#c1afcb

Complementary Color

#c1afcb #b9cbaf

#c1afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1afcb Color CSS Codes

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

#c1afcb Text Font Color

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

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


#c1afcb Background Color

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

This div background color is #c1afcb


#c1afcb Border Color

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

This div border color is #c1afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1afcb


Comments

No comments written yet.

Please login to write comment.