color codes Logo

#ce17df color codes

#CE17DF
(206,23,223)
0 Favorites   0 Comments

Color spaces of #ce17df

RGB 20623223
HSL0.820.810.48
HSV295°90°87°
CMYK 0.080.900.00   0.13
XYZ39.079319.062371.4317
Yxy19.06230.30160.1471
Hunter Lab43.660483.3651-66.4406
CIE-Lab50.760084.0385-58.6794

#ce17df color RGB value is (206,23,223).

#ce17df hex color red value is 206, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce17df hue: 0.82 , saturation: 0.81 and the lightness value of ce17df is 0.48.

The process color (four color CMYK) of #ce17df color code is 0.08, 0.90, 0.00, 0.13. Web safe color of #ce17df is #cc00cc. Color #ce17df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010111 11011111
Octal 316 27 337
Decimal 206 23 223
Hex CE 17 DF

RGB Percentages of Color #ce17df

%45.58
%5.09
%49.34

CMYK Percentages of Color #ce17df

%8
%90
%0
%13

Triadic Colors of #ce17df

#ce17df #dfce17 #17dfce

Analogous Colors of #ce17df

#ce17df #df178c #6a17df

Monochromatic Colors of #ce17df

#ce17df

Complementary Color

#ce17df #28df17

#ce17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce17df Color CSS Codes

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

#ce17df Text Font Color

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

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


#ce17df Background Color

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

This div background color is #ce17df


#ce17df Border Color

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

This div border color is #ce17df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce17df


Comments

No comments written yet.

Please login to write comment.