Color Hex Logo

#ce1def Color Hex

#CE1DEF
(206,29,239)
0 Favorites   0 Comments

Color spaces of #ce1def

RGB 20629239
HSL0.810.870.53
HSV291°88°94°
CMYK 0.140.880.00   0.06
XYZ41.473020.232583.3808
Yxy20.23250.28590.1395
Hunter Lab44.980685.8647-78.4200
CIE-Lab52.099185.7080-65.5657

#ce1def color RGB value is (206,29,239).

#ce1def hex color red value is 206, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce1def hue: 0.81 , saturation: 0.87 and the lightness value of ce1def is 0.53.

The process color (four color CMYK) of #ce1def color hex is 0.14, 0.88, 0.00, 0.06. Web safe color of #ce1def is #cc33ff. Color #ce1def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011101 11101111
Octal 316 35 357
Decimal 206 29 239
Hex CE 1D EF

RGB Percentages of Color #ce1def

%43.46
%6.12
%50.42

CMYK Percentages of Color #ce1def

%14
%88
%0
%6

Triadic Colors of #ce1def

#ce1def #efce1d #1defce

Analogous Colors of #ce1def

#ce1def #ef1da7 #651def

Monochromatic Colors of #ce1def

#ce1def

Complementary Color

#ce1def #3eef1d

#ce1def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1def Color CSS Codes

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

#ce1def Text Font Color

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

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


#ce1def Background Color

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

This div background color is #ce1def


#ce1def Border Color

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

This div border color is #ce1def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1def


Comments

No comments written yet.

Please login to write comment.