Color Hex Logo

#ce17dc Color Hex

#CE17DC
(206,23,220)
0 Favorites   0 Comments

Color spaces of #ce17dc

RGB 20623220
HSL0.820.810.48
HSV296°90°86°
CMYK 0.060.900.00   0.14
XYZ38.678318.901969.3200
Yxy18.90190.30480.1490
Hunter Lab43.476382.7173-64.1004
CIE-Lab50.572283.5718-57.2735

#ce17dc color RGB value is (206,23,220).

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

The process color (four color CMYK) of #ce17dc color hex is 0.06, 0.90, 0.00, 0.14. Web safe color of #ce17dc is #cc00cc. Color #ce17dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010111 11011100
Octal 316 27 334
Decimal 206 23 220
Hex CE 17 DC

RGB Percentages of Color #ce17dc

%45.88
%5.12
%49.00

CMYK Percentages of Color #ce17dc

%6
%90
%0
%14

Triadic Colors of #ce17dc

#ce17dc #dcce17 #17dcce

Analogous Colors of #ce17dc

#ce17dc #dc1788 #6c17dc

Monochromatic Colors of #ce17dc

#ce17dc

Complementary Color

#ce17dc #25dc17

#ce17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce17dc Color CSS Codes

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

#ce17dc Text Font Color

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

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


#ce17dc Background Color

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

This div background color is #ce17dc


#ce17dc Border Color

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

This div border color is #ce17dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce17dc


Comments

No comments written yet.

Please login to write comment.