Color Hex Logo

#ce56ec Color Hex

#CE56EC
(206,86,236)
0 Favorites   0 Comments

Color spaces of #ce56ec

RGB 20686236
HSL0.800.800.63
HSV288°64°93°
CMYK 0.130.640.00   0.07
XYZ43.921725.833582.0283
Yxy25.83350.28940.1702
Hunter Lab50.826765.3035-60.1085
CIE-Lab57.878768.1175-54.6061

#ce56ec color RGB value is (206,86,236).

#ce56ec hex color red value is 206, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce56ec hue: 0.80 , saturation: 0.80 and the lightness value of ce56ec is 0.63.

The process color (four color CMYK) of #ce56ec color hex is 0.13, 0.64, 0.00, 0.07. Web safe color of #ce56ec is #cc66ff. Color #ce56ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 11101100
Octal 316 126 354
Decimal 206 86 236
Hex CE 56 EC

RGB Percentages of Color #ce56ec

%39.02
%16.29
%44.70

CMYK Percentages of Color #ce56ec

%13
%64
%0
%7

Triadic Colors of #ce56ec

#ce56ec #ecce56 #56ecce

Analogous Colors of #ce56ec

#ce56ec #ec56bf #8356ec

Monochromatic Colors of #ce56ec

#ce56ec

Complementary Color

#ce56ec #74ec56

#ce56ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56ec Color CSS Codes

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

#ce56ec Text Font Color

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

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


#ce56ec Background Color

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

This div background color is #ce56ec


#ce56ec Border Color

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

This div border color is #ce56ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56ec


Comments

No comments written yet.

Please login to write comment.