Color Hex Logo

#ce1dee Color Hex

#CE1DEE
(206,29,238)
0 Favorites   0 Comments

Color spaces of #ce1dee

RGB 20629238
HSL0.810.860.52
HSV291°88°93°
CMYK 0.130.880.00   0.07
XYZ41.325620.173682.6047
Yxy20.17360.28680.1400
Hunter Lab44.915085.6337-77.6017
CIE-Lab52.032985.5433-65.1103

#ce1dee color RGB value is (206,29,238).

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

The process color (four color CMYK) of #ce1dee color hex is 0.13, 0.88, 0.00, 0.07. Web safe color of #ce1dee is #cc33ff. Color #ce1dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011101 11101110
Octal 316 35 356
Decimal 206 29 238
Hex CE 1D EE

RGB Percentages of Color #ce1dee

%43.55
%6.13
%50.32

CMYK Percentages of Color #ce1dee

%13
%88
%0
%7

Triadic Colors of #ce1dee

#ce1dee #eece1d #1deece

Analogous Colors of #ce1dee

#ce1dee #ee1da6 #661dee

Monochromatic Colors of #ce1dee

#ce1dee

Complementary Color

#ce1dee #3dee1d

#ce1dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1dee Color CSS Codes

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

#ce1dee Text Font Color

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

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


#ce1dee Background Color

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

This div background color is #ce1dee


#ce1dee Border Color

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

This div border color is #ce1dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1dee


Comments

No comments written yet.

Please login to write comment.