Color Hex Logo

#ce01dc Color Hex

#CE01DC
(206,1,220)
0 Favorites   0 Comments

Color spaces of #ce01dc

RGB 2061220
HSL0.820.990.43
HSV296°100°86°
CMYK 0.061.000.00   0.14
XYZ38.382718.310869.2215
Yxy18.31080.30480.1454
Hunter Lab42.791185.2261-65.9573
CIE-Lab49.870985.6484-58.4011

#ce01dc color RGB value is (206,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 11011100
Octal 316 1 334
Decimal 206 1 220
Hex CE 1 DC

RGB Percentages of Color #ce01dc

%48.24
%0.23
%51.52

CMYK Percentages of Color #ce01dc

%6
%100
%0
%14

Triadic Colors of #ce01dc

#ce01dc #dcce01 #01dcce

Analogous Colors of #ce01dc

#ce01dc #dc017d #6101dc

Monochromatic Colors of #ce01dc

#ce01dc

Complementary Color

#ce01dc #0fdc01

#ce01dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce01dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce01dc Color CSS Codes

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

#ce01dc Text Font Color

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

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


#ce01dc Background Color

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

This div background color is #ce01dc


#ce01dc Border Color

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

This div border color is #ce01dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce01dc


Comments

No comments written yet.

Please login to write comment.