Color Hex Logo

#c29bca Color Hex

#C29BCA
(194,155,202)
0 Favorites   0 Comments

Color spaces of #c29bca

RGB 194155202
HSL0.800.310.70
HSV290°23°79°
CMYK 0.040.230.00   0.21
XYZ44.630139.176361.0866
Yxy39.17630.30800.2704
Hunter Lab62.591017.7441-14.0513
CIE-Lab68.878822.7704-18.6097

#c29bca color RGB value is (194,155,202).

#c29bca hex color red value is 194, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c29bca hue: 0.80 , saturation: 0.31 and the lightness value of c29bca is 0.70.

The process color (four color CMYK) of #c29bca color hex is 0.04, 0.23, 0.00, 0.21. Web safe color of #c29bca is #cc99cc. Color #c29bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11001010
Octal 302 233 312
Decimal 194 155 202
Hex C2 9B CA

RGB Percentages of Color #c29bca

%35.21
%28.13
%36.66

CMYK Percentages of Color #c29bca

%4
%23
%0
%21

Triadic Colors of #c29bca

#c29bca #cac29b #9bcac2

Analogous Colors of #c29bca

#c29bca #ca9bbb #ab9bca

Monochromatic Colors of #c29bca

#c29bca

Complementary Color

#c29bca #a3ca9b

#c29bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bca Color CSS Codes

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

#c29bca Text Font Color

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

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


#c29bca Background Color

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

This div background color is #c29bca


#c29bca Border Color

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

This div border color is #c29bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bca

#c29bca Color Palettes


Comments

No comments written yet.

Please login to write comment.