Color Hex Logo

#ce6def Color Hex

#CE6DEF
(206,109,239)
0 Favorites   0 Comments

Color spaces of #ce6def

RGB 206109239
HSL0.790.800.68
HSV285°54°94°
CMYK 0.140.540.00   0.06
XYZ46.502230.291185.0572
Yxy30.29110.28730.1872
Hunter Lab55.037454.5030-53.1033
CIE-Lab61.904658.1912-49.8778

#ce6def color RGB value is (206,109,239).

#ce6def hex color red value is 206, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce6def hue: 0.79 , saturation: 0.80 and the lightness value of ce6def is 0.68.

The process color (four color CMYK) of #ce6def color hex is 0.14, 0.54, 0.00, 0.06. Web safe color of #ce6def is #cc66ff. Color #ce6def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11101111
Octal 316 155 357
Decimal 206 109 239
Hex CE 6D EF

RGB Percentages of Color #ce6def

%37.18
%19.68
%43.14

CMYK Percentages of Color #ce6def

%14
%54
%0
%6

Triadic Colors of #ce6def

#ce6def #efce6d #6defce

Analogous Colors of #ce6def

#ce6def #ef6dcf #8d6def

Monochromatic Colors of #ce6def

#ce6def

Complementary Color

#ce6def #8eef6d

#ce6def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6def Color CSS Codes

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

#ce6def Text Font Color

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

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


#ce6def Background Color

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

This div background color is #ce6def


#ce6def Border Color

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

This div border color is #ce6def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6def


Comments

No comments written yet.

Please login to write comment.