Color Hex Logo

#ce1eee Color Hex

#CE1EEE
(206,30,238)
0 Favorites   0 Comments

Color spaces of #ce1eee

RGB 20630238
HSL0.810.860.53
HSV291°87°93°
CMYK 0.130.870.00   0.07
XYZ41.350520.223482.6130
Yxy20.22340.28680.1403
Hunter Lab44.970485.4332-77.4395
CIE-Lab52.088985.3782-65.0200

#ce1eee color RGB value is (206,30,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011110 11101110
Octal 316 36 356
Decimal 206 30 238
Hex CE 1E EE

RGB Percentages of Color #ce1eee

%43.46
%6.33
%50.21

CMYK Percentages of Color #ce1eee

%13
%87
%0
%7

Triadic Colors of #ce1eee

#ce1eee #eece1e #1eeece

Analogous Colors of #ce1eee

#ce1eee #ee1ea6 #661eee

Monochromatic Colors of #ce1eee

#ce1eee

Complementary Color

#ce1eee #3eee1e

#ce1eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1eee Color CSS Codes

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

#ce1eee Text Font Color

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

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


#ce1eee Background Color

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

This div background color is #ce1eee


#ce1eee Border Color

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

This div border color is #ce1eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1eee


Comments

No comments written yet.

Please login to write comment.