Color Hex Logo

#c2b1eb Color Hex

#C2B1EB
(194,177,235)
0 Favorites   0 Comments

Color spaces of #c2b1eb

RGB 194177235
HSL0.720.590.81
HSV258°25°92°
CMYK 0.170.250.00   0.08
XYZ52.965748.911885.2466
Yxy48.91180.28310.2614
Hunter Lab69.937012.7946-23.3131
CIE-Lab75.396417.5047-26.7526

#c2b1eb color RGB value is (194,177,235).

#c2b1eb hex color red value is 194, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c2b1eb hue: 0.72 , saturation: 0.59 and the lightness value of c2b1eb is 0.81.

The process color (four color CMYK) of #c2b1eb color hex is 0.17, 0.25, 0.00, 0.08. Web safe color of #c2b1eb is #cc99ff. Color #c2b1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110001 11101011
Octal 302 261 353
Decimal 194 177 235
Hex C2 B1 EB

RGB Percentages of Color #c2b1eb

%32.01
%29.21
%38.78

CMYK Percentages of Color #c2b1eb

%17
%25
%0
%8

Triadic Colors of #c2b1eb

#c2b1eb #ebc2b1 #b1ebc2

Analogous Colors of #c2b1eb

#c2b1eb #dfb1eb #b1bdeb

Monochromatic Colors of #c2b1eb

#c2b1eb

Complementary Color

#c2b1eb #daebb1

#c2b1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b1eb Color CSS Codes

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

#c2b1eb Text Font Color

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

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


#c2b1eb Background Color

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

This div background color is #c2b1eb


#c2b1eb Border Color

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

This div border color is #c2b1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,177,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2b1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2b1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c2b1eb;
  box-shadow:         1px 1px 3px 2px #c2b1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,177,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b1eb


Comments

No comments written yet.

Please login to write comment.