Color Hex Logo

#ce84db Color Hex

#CE84DB
(206,132,219)
0 Favorites   0 Comments

Color spaces of #ce84db

RGB 206132219
HSL0.810.550.69
HSV291°40°86°
CMYK 0.060.400.00   0.14
XYZ46.491034.738871.2727
Yxy34.73880.30490.2278
Hunter Lab58.939637.6547-30.4386
CIE-Lab65.544842.4690-33.0594

#ce84db color RGB value is (206,132,219).

#ce84db hex color red value is 206, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce84db hue: 0.81 , saturation: 0.55 and the lightness value of ce84db is 0.69.

The process color (four color CMYK) of #ce84db color hex is 0.06, 0.40, 0.00, 0.14. Web safe color of #ce84db is #cc99cc. Color #ce84db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 11011011
Octal 316 204 333
Decimal 206 132 219
Hex CE 84 DB

RGB Percentages of Color #ce84db

%36.98
%23.70
%39.32

CMYK Percentages of Color #ce84db

%6
%40
%0
%14

Triadic Colors of #ce84db

#ce84db #dbce84 #84dbce

Analogous Colors of #ce84db

#ce84db #db84bd #a384db

Monochromatic Colors of #ce84db

#ce84db

Complementary Color

#ce84db #91db84

#ce84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce84db Color CSS Codes

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

#ce84db Text Font Color

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

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


#ce84db Background Color

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

This div background color is #ce84db


#ce84db Border Color

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

This div border color is #ce84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce84db


Comments

No comments written yet.

Please login to write comment.