Color Hex Logo

#ce8fde Color Hex

#CE8FDE
(206,143,222)
0 Favorites   0 Comments

Color spaces of #ce8fde

RGB 206143222
HSL0.800.540.72
HSV288°36°87°
CMYK 0.070.360.00   0.13
XYZ48.460938.040773.8957
Yxy38.04070.30210.2372
Hunter Lab61.677132.3158-27.8617
CIE-Lab68.050637.1555-30.8437

#ce8fde color RGB value is (206,143,222).

#ce8fde hex color red value is 206, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce8fde hue: 0.80 , saturation: 0.54 and the lightness value of ce8fde is 0.72.

The process color (four color CMYK) of #ce8fde color hex is 0.07, 0.36, 0.00, 0.13. Web safe color of #ce8fde is #cc99cc. Color #ce8fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001111 11011110
Octal 316 217 336
Decimal 206 143 222
Hex CE 8F DE

RGB Percentages of Color #ce8fde

%36.08
%25.04
%38.88

CMYK Percentages of Color #ce8fde

%7
%36
%0
%13

Triadic Colors of #ce8fde

#ce8fde #dece8f #8fdece

Analogous Colors of #ce8fde

#ce8fde #de8fc7 #a78fde

Monochromatic Colors of #ce8fde

#ce8fde

Complementary Color

#ce8fde #9fde8f

#ce8fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8fde Color CSS Codes

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

#ce8fde Text Font Color

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

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


#ce8fde Background Color

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

This div background color is #ce8fde


#ce8fde Border Color

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

This div border color is #ce8fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8fde


Comments

No comments written yet.

Please login to write comment.