Color Hex Logo

#ce6dda Color Hex

#CE6DDA
(206,109,218)
0 Favorites   0 Comments

Color spaces of #ce6dda

RGB 206109218
HSL0.810.600.64
HSV293°50°85°
CMYK 0.060.500.00   0.15
XYZ43.577129.121069.6538
Yxy29.12100.30610.2046
Hunter Lab53.963949.7062-38.7538
CIE-Lab60.888354.1314-39.7630

#ce6dda color RGB value is (206,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11011010
Octal 316 155 332
Decimal 206 109 218
Hex CE 6D DA

RGB Percentages of Color #ce6dda

%38.65
%20.45
%40.90

CMYK Percentages of Color #ce6dda

%6
%50
%0
%15

Triadic Colors of #ce6dda

#ce6dda #dace6d #6ddace

Analogous Colors of #ce6dda

#ce6dda #da6db0 #986dda

Monochromatic Colors of #ce6dda

#ce6dda

Complementary Color

#ce6dda #79da6d

#ce6dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6dda Color CSS Codes

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

#ce6dda Text Font Color

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

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


#ce6dda Background Color

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

This div background color is #ce6dda


#ce6dda Border Color

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

This div border color is #ce6dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6dda


Comments

No comments written yet.

Please login to write comment.