Color Hex Logo

#ce44db Color Hex

#CE44DB
(206,68,219)
0 Favorites   0 Comments

Color spaces of #ce44db

RGB 20668219
HSL0.820.680.56
HSV295°69°86°
CMYK 0.060.690.00   0.14
XYZ40.306922.370569.2114
Yxy22.37050.30560.1696
Hunter Lab47.297569.3471-53.6521
CIE-Lab54.417972.1247-50.5531

#ce44db color RGB value is (206,68,219).

#ce44db hex color red value is 206, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce44db hue: 0.82 , saturation: 0.68 and the lightness value of ce44db is 0.56.

The process color (four color CMYK) of #ce44db color hex is 0.06, 0.69, 0.00, 0.14. Web safe color of #ce44db is #cc33cc. Color #ce44db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000100 11011011
Octal 316 104 333
Decimal 206 68 219
Hex CE 44 DB

RGB Percentages of Color #ce44db

%41.78
%13.79
%44.42

CMYK Percentages of Color #ce44db

%6
%69
%0
%14

Triadic Colors of #ce44db

#ce44db #dbce44 #44dbce

Analogous Colors of #ce44db

#ce44db #db449d #8344db

Monochromatic Colors of #ce44db

#ce44db

Complementary Color

#ce44db #51db44

#ce44db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce44db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce44db Color CSS Codes

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

#ce44db Text Font Color

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

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


#ce44db Background Color

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

This div background color is #ce44db


#ce44db Border Color

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

This div border color is #ce44db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce44db


Comments

No comments written yet.

Please login to write comment.