Color Hex Logo

#ce1eef Color Hex

#CE1EEF
(206,30,239)
0 Favorites   0 Comments

Color spaces of #ce1eef

RGB 20630239
HSL0.810.870.53
HSV291°87°94°
CMYK 0.140.870.00   0.06
XYZ41.497920.282483.3891
Yxy20.28240.28590.1397
Hunter Lab45.036085.6638-78.2568
CIE-Lab52.155085.5427-65.4753

#ce1eef color RGB value is (206,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011110 11101111
Octal 316 36 357
Decimal 206 30 239
Hex CE 1E EF

RGB Percentages of Color #ce1eef

%43.37
%6.32
%50.32

CMYK Percentages of Color #ce1eef

%14
%87
%0
%6

Triadic Colors of #ce1eef

#ce1eef #efce1e #1eefce

Analogous Colors of #ce1eef

#ce1eef #ef1ea8 #661eef

Monochromatic Colors of #ce1eef

#ce1eef

Complementary Color

#ce1eef #3fef1e

#ce1eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1eef Color CSS Codes

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

#ce1eef Text Font Color

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

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


#ce1eef Background Color

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

This div background color is #ce1eef


#ce1eef Border Color

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

This div border color is #ce1eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1eef


Comments

No comments written yet.

Please login to write comment.