Color Hex Logo

#ce9bd0 Color Hex

#CE9BD0
(206,155,208)
0 Favorites   0 Comments

Color spaces of #ce9bd0

RGB 206155208
HSL0.830.360.71
HSV298°25°82°
CMYK 0.010.250.00   0.18
XYZ48.560141.118665.0518
Yxy41.11860.31380.2657
Hunter Lab64.123822.9591-15.2614
CIE-Lab70.258927.9092-19.7246

#ce9bd0 color RGB value is (206,155,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11010000
Octal 316 233 320
Decimal 206 155 208
Hex CE 9B D0

RGB Percentages of Color #ce9bd0

%36.20
%27.24
%36.56

CMYK Percentages of Color #ce9bd0

%1
%25
%0
%18

Triadic Colors of #ce9bd0

#ce9bd0 #d0ce9b #9bd0ce

Analogous Colors of #ce9bd0

#ce9bd0 #d09bb8 #b49bd0

Monochromatic Colors of #ce9bd0

#ce9bd0

Complementary Color

#ce9bd0 #9dd09b

#ce9bd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bd0 Color CSS Codes

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

#ce9bd0 Text Font Color

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

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


#ce9bd0 Background Color

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

This div background color is #ce9bd0


#ce9bd0 Border Color

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

This div border color is #ce9bd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bd0


Comments

No comments written yet.

Please login to write comment.