Color Hex Logo

#ce17cd Color Hex

#CE17CD
(206,23,205)
0 Favorites   0 Comments

Color spaces of #ce17cd

RGB 20623205
HSL0.830.800.45
HSV300°89°81°
CMYK 0.000.890.00   0.19
XYZ36.779418.142459.3209
Yxy18.14240.32190.1588
Hunter Lab42.593979.5936-52.7580
CIE-Lab49.668481.3023-50.1262

#ce17cd color RGB value is (206,23,205).

#ce17cd hex color red value is 206, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ce17cd hue: 0.83 , saturation: 0.80 and the lightness value of ce17cd is 0.45.

The process color (four color CMYK) of #ce17cd color hex is 0.00, 0.89, 0.00, 0.19. Web safe color of #ce17cd is #cc00cc. Color #ce17cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010111 11001101
Octal 316 27 315
Decimal 206 23 205
Hex CE 17 CD

RGB Percentages of Color #ce17cd

%47.47
%5.30
%47.24

CMYK Percentages of Color #ce17cd

%0
%89
%0
%19

Triadic Colors of #ce17cd

#ce17cd #cdce17 #17cdce

Analogous Colors of #ce17cd

#ce17cd #ce1772 #7417ce

Monochromatic Colors of #ce17cd

#ce17cd

Complementary Color

#ce17cd #17ce18

#ce17cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce17cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce17cd Color CSS Codes

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

#ce17cd Text Font Color

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

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


#ce17cd Background Color

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

This div background color is #ce17cd


#ce17cd Border Color

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

This div border color is #ce17cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce17cd


Comments

No comments written yet.

Please login to write comment.