Color Hex Logo

#ce8abd Color Hex

#CE8ABD
(206,138,189)
0 Favorites   0 Comments

Color spaces of #ce8abd

RGB 206138189
HSL0.880.410.67
HSV315°33°81°
CMYK 0.000.330.08   0.19
XYZ43.727434.972952.5899
Yxy34.97290.33310.2664
Hunter Lab59.137928.4941-11.3286
CIE-Lab65.727633.7152-16.0101

#ce8abd color RGB value is (206,138,189).

#ce8abd hex color red value is 206, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce8abd hue: 0.88 , saturation: 0.41 and the lightness value of ce8abd is 0.67.

The process color (four color CMYK) of #ce8abd color hex is 0.00, 0.33, 0.08, 0.19. Web safe color of #ce8abd is #cc99cc. Color #ce8abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 10111101
Octal 316 212 275
Decimal 206 138 189
Hex CE 8A BD

RGB Percentages of Color #ce8abd

%38.65
%25.89
%35.46

CMYK Percentages of Color #ce8abd

%0
%33
%8
%19

Triadic Colors of #ce8abd

#ce8abd #bdce8a #8abdce

Analogous Colors of #ce8abd

#ce8abd #ce8a9b #bd8ace

Monochromatic Colors of #ce8abd

#ce8abd

Complementary Color

#ce8abd #8ace9b

#ce8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8abd Color CSS Codes

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

#ce8abd Text Font Color

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

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


#ce8abd Background Color

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

This div background color is #ce8abd


#ce8abd Border Color

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

This div border color is #ce8abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,138,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8abd


Comments

No comments written yet.

Please login to write comment.