Color Hex Logo

#ce56db Color Hex

#CE56DB
(206,86,219)
0 Favorites   0 Comments

Color spaces of #ce56db

RGB 20686219
HSL0.820.650.60
HSV294°61°86°
CMYK 0.060.610.00   0.14
XYZ41.567624.891969.6316
Yxy24.89190.30540.1829
Hunter Lab49.891861.4076-47.8240
CIE-Lab56.969965.0010-46.5004

#ce56db color RGB value is (206,86,219).

#ce56db hex color red value is 206, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce56db hue: 0.82 , saturation: 0.65 and the lightness value of ce56db is 0.60.

The process color (four color CMYK) of #ce56db color hex is 0.06, 0.61, 0.00, 0.14. Web safe color of #ce56db is #cc66cc. Color #ce56db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 11011011
Octal 316 126 333
Decimal 206 86 219
Hex CE 56 DB

RGB Percentages of Color #ce56db

%40.31
%16.83
%42.86

CMYK Percentages of Color #ce56db

%6
%61
%0
%14

Triadic Colors of #ce56db

#ce56db #dbce56 #56dbce

Analogous Colors of #ce56db

#ce56db #db56a6 #8c56db

Monochromatic Colors of #ce56db

#ce56db

Complementary Color

#ce56db #63db56

#ce56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56db Color CSS Codes

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

#ce56db Text Font Color

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

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


#ce56db Background Color

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

This div background color is #ce56db


#ce56db Border Color

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

This div border color is #ce56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56db


Comments

No comments written yet.

Please login to write comment.