Color Hex Logo

#ce11da Color Hex

#CE11DA
(206,17,218)
0 Favorites   0 Comments

Color spaces of #ce11da

RGB 20617218
HSL0.820.860.46
HSV296°92°85°
CMYK 0.060.920.00   0.15
XYZ38.308918.584767.8978
Yxy18.58470.30700.1489
Hunter Lab43.110083.1783-63.2042
CIE-Lab50.197784.0027-56.7344

#ce11da color RGB value is (206,17,218).

#ce11da hex color red value is 206, green value is 17 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce11da hue: 0.82 , saturation: 0.86 and the lightness value of ce11da is 0.46.

The process color (four color CMYK) of #ce11da color hex is 0.06, 0.92, 0.00, 0.15. Web safe color of #ce11da is #cc00cc. Color #ce11da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 11011010
Octal 316 21 332
Decimal 206 17 218
Hex CE 11 DA

RGB Percentages of Color #ce11da

%46.71
%3.85
%49.43

CMYK Percentages of Color #ce11da

%6
%92
%0
%15

Triadic Colors of #ce11da

#ce11da #dace11 #11dace

Analogous Colors of #ce11da

#ce11da #da1182 #6a11da

Monochromatic Colors of #ce11da

#ce11da

Complementary Color

#ce11da #1dda11

#ce11da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11da Color CSS Codes

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

#ce11da Text Font Color

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

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


#ce11da Background Color

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

This div background color is #ce11da


#ce11da Border Color

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

This div border color is #ce11da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11da


Comments

No comments written yet.

Please login to write comment.