Color Hex Logo

#c29bd0 Color Hex

#C29BD0
(194,155,208)
0 Favorites   0 Comments

Color spaces of #c29bd0

RGB 194155208
HSL0.790.360.71
HSV284°25°82°
CMYK 0.070.250.00   0.18
XYZ45.354639.466164.9018
Yxy39.46610.30290.2636
Hunter Lab62.822118.9301-17.2774
CIE-Lab69.087623.9621-21.6147

#c29bd0 color RGB value is (194,155,208).

#c29bd0 hex color red value is 194, green value is 155 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c29bd0 hue: 0.79 , saturation: 0.36 and the lightness value of c29bd0 is 0.71.

The process color (four color CMYK) of #c29bd0 color hex is 0.07, 0.25, 0.00, 0.18. Web safe color of #c29bd0 is #cc99cc. Color #c29bd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11010000
Octal 302 233 320
Decimal 194 155 208
Hex C2 9B D0

RGB Percentages of Color #c29bd0

%34.83
%27.83
%37.34

CMYK Percentages of Color #c29bd0

%7
%25
%0
%18

Triadic Colors of #c29bd0

#c29bd0 #d0c29b #9bd0c2

Analogous Colors of #c29bd0

#c29bd0 #d09bc4 #a89bd0

Monochromatic Colors of #c29bd0

#c29bd0

Complementary Color

#c29bd0 #a9d09b

#c29bd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bd0 Color CSS Codes

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

#c29bd0 Text Font Color

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

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


#c29bd0 Background Color

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

This div background color is #c29bd0


#c29bd0 Border Color

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

This div border color is #c29bd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bd0


Comments

No comments written yet.

Please login to write comment.