Color Hex Logo

#ce59da Color Hex

#CE59DA
(206,89,218)
0 Favorites   0 Comments

Color spaces of #ce59da

RGB 20689218
HSL0.820.640.60
HSV294°59°85°
CMYK 0.060.590.00   0.15
XYZ41.680925.328569.0217
Yxy25.32850.30640.1862
Hunter Lab50.327459.7597-46.0842
CIE-Lab57.394163.5172-45.2645

#ce59da color RGB value is (206,89,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011001 11011010
Octal 316 131 332
Decimal 206 89 218
Hex CE 59 DA

RGB Percentages of Color #ce59da

%40.16
%17.35
%42.50

CMYK Percentages of Color #ce59da

%6
%59
%0
%15

Triadic Colors of #ce59da

#ce59da #dace59 #59dace

Analogous Colors of #ce59da

#ce59da #da59a6 #8e59da

Monochromatic Colors of #ce59da

#ce59da

Complementary Color

#ce59da #65da59

#ce59da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce59da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce59da Color CSS Codes

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

#ce59da Text Font Color

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

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


#ce59da Background Color

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

This div background color is #ce59da


#ce59da Border Color

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

This div border color is #ce59da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce59da


Comments

No comments written yet.

Please login to write comment.