Color Hex Logo

#ce6ece Color Hex

#CE6ECE
(206,110,206)
0 Favorites   0 Comments

Color spaces of #ce6ece

RGB 206110206
HSL0.830.490.62
HSV300°47°81°
CMYK 0.000.470.00   0.19
XYZ42.170128.729961.7153
Yxy28.72990.31800.2166
Hunter Lab53.600346.6347-30.7462
CIE-Lab60.542551.4268-33.5465

#ce6ece color RGB value is (206,110,206).

#ce6ece hex color red value is 206, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce6ece hue: 0.83 , saturation: 0.49 and the lightness value of ce6ece is 0.62.

The process color (four color CMYK) of #ce6ece color hex is 0.00, 0.47, 0.00, 0.19. Web safe color of #ce6ece is #cc66cc. Color #ce6ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101110 11001110
Octal 316 156 316
Decimal 206 110 206
Hex CE 6E CE

RGB Percentages of Color #ce6ece

%39.46
%21.07
%39.46

CMYK Percentages of Color #ce6ece

%0
%47
%0
%19

Triadic Colors of #ce6ece

#ce6ece #cece6e #6ecece

Analogous Colors of #ce6ece

#ce6ece #ce6e9e #9e6ece

Monochromatic Colors of #ce6ece

#ce6ece

Complementary Color

#ce6ece #6ece6e

#ce6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6ece Color CSS Codes

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

#ce6ece Text Font Color

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

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


#ce6ece Background Color

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

This div background color is #ce6ece


#ce6ece Border Color

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

This div border color is #ce6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6ece


Comments

No comments written yet.

Please login to write comment.