Color Hex Logo

#ce53da Color Hex

#CE53DA
(206,83,218)
0 Favorites   0 Comments

Color spaces of #ce53da

RGB 20683218
HSL0.820.650.59
HSV295°62°85°
CMYK 0.060.620.00   0.15
XYZ41.201724.370368.8620
Yxy24.37030.30650.1813
Hunter Lab49.366362.5873-48.1484
CIE-Lab56.456766.0965-46.7482

#ce53da color RGB value is (206,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 11011010
Octal 316 123 332
Decimal 206 83 218
Hex CE 53 DA

RGB Percentages of Color #ce53da

%40.63
%16.37
%43.00

CMYK Percentages of Color #ce53da

%6
%62
%0
%15

Triadic Colors of #ce53da

#ce53da #dace53 #53dace

Analogous Colors of #ce53da

#ce53da #da53a3 #8b53da

Monochromatic Colors of #ce53da

#ce53da

Complementary Color

#ce53da #5fda53

#ce53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce53da Color CSS Codes

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

#ce53da Text Font Color

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

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


#ce53da Background Color

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

This div background color is #ce53da


#ce53da Border Color

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

This div border color is #ce53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce53da


Comments

No comments written yet.

Please login to write comment.