Color Hex Logo

#c29beb Color Hex

#C29BEB
(194,155,235)
0 Favorites   0 Comments

Color spaces of #c29beb

RGB 194155235
HSL0.750.670.76
HSV269°34°92°
CMYK 0.170.340.00   0.08
XYZ48.964940.910283.9130
Yxy40.91020.28180.2354
Hunter Lab63.961124.7174-33.0121
CIE-Lab70.113029.6460-34.8958

#c29beb color RGB value is (194,155,235).

#c29beb hex color red value is 194, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c29beb hue: 0.75 , saturation: 0.67 and the lightness value of c29beb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11101011
Octal 302 233 353
Decimal 194 155 235
Hex C2 9B EB

RGB Percentages of Color #c29beb

%33.22
%26.54
%40.24

CMYK Percentages of Color #c29beb

%17
%34
%0
%8

Triadic Colors of #c29beb

#c29beb #ebc29b #9bebc2

Analogous Colors of #c29beb

#c29beb #ea9beb #9b9ceb

Monochromatic Colors of #c29beb

#c29beb

Complementary Color

#c29beb #c4eb9b

#c29beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29beb Color CSS Codes

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

#c29beb Text Font Color

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

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


#c29beb Background Color

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

This div background color is #c29beb


#c29beb Border Color

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

This div border color is #c29beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,155,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 #c29beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29beb


Comments

No comments written yet.

Please login to write comment.