color codes Logo

#ce1cee color codes

#CE1CEE
(206,28,238)
0 Favorites   0 Comments

Color spaces of #ce1cee

RGB 20628238
HSL0.810.860.52
HSV291°88°93°
CMYK 0.130.880.00   0.07
XYZ41.301520.125482.5967
Yxy20.12540.28680.1397
Hunter Lab44.861385.8283-77.7592
CIE-Lab51.978785.7034-65.1979

#ce1cee color RGB value is (206,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011100 11101110
Octal 316 34 356
Decimal 206 28 238
Hex CE 1C EE

RGB Percentages of Color #ce1cee

%43.64
%5.93
%50.42

CMYK Percentages of Color #ce1cee

%13
%88
%0
%7

Triadic Colors of #ce1cee

#ce1cee #eece1c #1ceece

Analogous Colors of #ce1cee

#ce1cee #ee1ca5 #651cee

Monochromatic Colors of #ce1cee

#ce1cee

Complementary Color

#ce1cee #3cee1c

#ce1cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1cee Color CSS Codes

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

#ce1cee Text Font Color

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

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


#ce1cee Background Color

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

This div background color is #ce1cee


#ce1cee Border Color

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

This div border color is #ce1cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1cee


Comments

No comments written yet.

Please login to write comment.