Color Hex Logo

#ce56ce Color Hex

#CE56CE
(206,86,206)
0 Favorites   0 Comments

Color spaces of #ce56ce

RGB 20686206
HSL0.830.550.57
HSV300°58°81°
CMYK 0.000.580.00   0.19
XYZ39.922024.233660.9660
Yxy24.23360.31910.1937
Hunter Lab49.227658.6093-38.9684
CIE-Lab56.320962.7226-40.1525

#ce56ce color RGB value is (206,86,206).

#ce56ce hex color red value is 206, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce56ce hue: 0.83 , saturation: 0.55 and the lightness value of ce56ce is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 11001110
Octal 316 126 316
Decimal 206 86 206
Hex CE 56 CE

RGB Percentages of Color #ce56ce

%41.37
%17.27
%41.37

CMYK Percentages of Color #ce56ce

%0
%58
%0
%19

Triadic Colors of #ce56ce

#ce56ce #cece56 #56cece

Analogous Colors of #ce56ce

#ce56ce #ce5692 #9256ce

Monochromatic Colors of #ce56ce

#ce56ce

Complementary Color

#ce56ce #56ce56

#ce56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56ce Color CSS Codes

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

#ce56ce Text Font Color

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

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


#ce56ce Background Color

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

This div background color is #ce56ce


#ce56ce Border Color

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

This div border color is #ce56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56ce


Comments

No comments written yet.

Please login to write comment.