Color Hex Logo

#ce68da Color Hex

#CE68DA
(206,104,218)
0 Favorites   0 Comments

Color spaces of #ce68da

RGB 206104218
HSL0.820.610.63
HSV294°52°85°
CMYK 0.060.520.00   0.15
XYZ43.058828.084469.4810
Yxy28.08440.30620.1997
Hunter Lab52.994752.2925-40.6384
CIE-Lab59.964956.5768-41.2123

#ce68da color RGB value is (206,104,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101000 11011010
Octal 316 150 332
Decimal 206 104 218
Hex CE 68 DA

RGB Percentages of Color #ce68da

%39.02
%19.70
%41.29

CMYK Percentages of Color #ce68da

%6
%52
%0
%15

Triadic Colors of #ce68da

#ce68da #dace68 #68dace

Analogous Colors of #ce68da

#ce68da #da68ad #9568da

Monochromatic Colors of #ce68da

#ce68da

Complementary Color

#ce68da #74da68

#ce68da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce68da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce68da Color CSS Codes

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

#ce68da Text Font Color

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

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


#ce68da Background Color

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

This div background color is #ce68da


#ce68da Border Color

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

This div border color is #ce68da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce68da


Comments

No comments written yet.

Please login to write comment.