Color Hex Logo

#ce6ede Color Hex

#CE6EDE
(206,110,222)
0 Favorites   0 Comments

Color spaces of #ce6ede

RGB 206110222
HSL0.810.630.65
HSV291°50°87°
CMYK 0.070.500.00   0.13
XYZ44.214329.547672.4801
Yxy29.54760.30230.2020
Hunter Lab54.357750.0651-41.0064
CIE-Lab61.261954.3911-41.4188

#ce6ede color RGB value is (206,110,222).

#ce6ede hex color red value is 206, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce6ede hue: 0.81 , saturation: 0.63 and the lightness value of ce6ede is 0.65.

The process color (four color CMYK) of #ce6ede color hex is 0.07, 0.50, 0.00, 0.13. Web safe color of #ce6ede is #cc66cc. Color #ce6ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101110 11011110
Octal 316 156 336
Decimal 206 110 222
Hex CE 6E DE

RGB Percentages of Color #ce6ede

%38.29
%20.45
%41.26

CMYK Percentages of Color #ce6ede

%7
%50
%0
%13

Triadic Colors of #ce6ede

#ce6ede #dece6e #6edece

Analogous Colors of #ce6ede

#ce6ede #de6eb6 #966ede

Monochromatic Colors of #ce6ede

#ce6ede

Complementary Color

#ce6ede #7ede6e

#ce6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6ede Color CSS Codes

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

#ce6ede Text Font Color

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

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


#ce6ede Background Color

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

This div background color is #ce6ede


#ce6ede Border Color

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

This div border color is #ce6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6ede


Comments

No comments written yet.

Please login to write comment.