Color Hex Logo

#ce73db Color Hex

#CE73DB
(206,115,219)
0 Favorites   0 Comments

Color spaces of #ce73db

RGB 206115219
HSL0.810.590.65
HSV293°47°86°
CMYK 0.060.470.00   0.14
XYZ44.370530.497870.5659
Yxy30.49780.30510.2097
Hunter Lab55.224846.7728-37.1030
CIE-Lab62.081451.3145-38.4548

#ce73db color RGB value is (206,115,219).

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

The process color (four color CMYK) of #ce73db color hex is 0.06, 0.47, 0.00, 0.14. Web safe color of #ce73db is #cc66cc. Color #ce73db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 11011011
Octal 316 163 333
Decimal 206 115 219
Hex CE 73 DB

RGB Percentages of Color #ce73db

%38.15
%21.30
%40.56

CMYK Percentages of Color #ce73db

%6
%47
%0
%14

Triadic Colors of #ce73db

#ce73db #dbce73 #73dbce

Analogous Colors of #ce73db

#ce73db #db73b4 #9a73db

Monochromatic Colors of #ce73db

#ce73db

Complementary Color

#ce73db #80db73

#ce73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce73db Color CSS Codes

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

#ce73db Text Font Color

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

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


#ce73db Background Color

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

This div background color is #ce73db


#ce73db Border Color

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

This div border color is #ce73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce73db


Comments

No comments written yet.

Please login to write comment.