Color Hex Logo

#ce72db Color Hex

#CE72DB
(206,114,219)
0 Favorites   0 Comments

Color spaces of #ce72db

RGB 206114219
HSL0.810.590.65
HSV293°48°86°
CMYK 0.060.480.00   0.14
XYZ44.257130.270970.5281
Yxy30.27090.30510.2087
Hunter Lab55.019047.3016-37.4897
CIE-Lab61.887351.8205-38.7586

#ce72db color RGB value is (206,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 11011011
Octal 316 162 333
Decimal 206 114 219
Hex CE 72 DB

RGB Percentages of Color #ce72db

%38.22
%21.15
%40.63

CMYK Percentages of Color #ce72db

%6
%48
%0
%14

Triadic Colors of #ce72db

#ce72db #dbce72 #72dbce

Analogous Colors of #ce72db

#ce72db #db72b4 #9a72db

Monochromatic Colors of #ce72db

#ce72db

Complementary Color

#ce72db #7fdb72

#ce72db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce72db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce72db Color CSS Codes

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

#ce72db Text Font Color

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

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


#ce72db Background Color

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

This div background color is #ce72db


#ce72db Border Color

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

This div border color is #ce72db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce72db


Comments

No comments written yet.

Please login to write comment.