Color Hex Logo

#ce56da Color Hex

#CE56DA
(206,86,218)
0 Favorites   0 Comments

Color spaces of #ce56da

RGB 20686218
HSL0.820.640.60
HSV295°61°85°
CMYK 0.060.610.00   0.15
XYZ41.436324.839368.9402
Yxy24.83930.30640.1837
Hunter Lab49.839061.1870-47.1260
CIE-Lab56.918564.8226-46.0169

#ce56da color RGB value is (206,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 11011010
Octal 316 126 332
Decimal 206 86 218
Hex CE 56 DA

RGB Percentages of Color #ce56da

%40.39
%16.86
%42.75

CMYK Percentages of Color #ce56da

%6
%61
%0
%15

Triadic Colors of #ce56da

#ce56da #dace56 #56dace

Analogous Colors of #ce56da

#ce56da #da56a4 #8c56da

Monochromatic Colors of #ce56da

#ce56da

Complementary Color

#ce56da #62da56

#ce56da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56da Color CSS Codes

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

#ce56da Text Font Color

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

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


#ce56da Background Color

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

This div background color is #ce56da


#ce56da Border Color

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

This div border color is #ce56da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56da


Comments

No comments written yet.

Please login to write comment.