Color Hex Logo

#ce72de Color Hex

#CE72DE
(206,114,222)
0 Favorites   0 Comments

Color spaces of #ce72de

RGB 206114222
HSL0.810.620.66
HSV291°49°87°
CMYK 0.070.490.00   0.13
XYZ44.655730.430472.6273
Yxy30.43040.30230.2060
Hunter Lab55.163847.9612-39.4452
CIE-Lab62.023852.3919-40.2233

#ce72de color RGB value is (206,114,222).

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

The process color (four color CMYK) of #ce72de color hex is 0.07, 0.49, 0.00, 0.13. Web safe color of #ce72de is #cc66cc. Color #ce72de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 11011110
Octal 316 162 336
Decimal 206 114 222
Hex CE 72 DE

RGB Percentages of Color #ce72de

%38.01
%21.03
%40.96

CMYK Percentages of Color #ce72de

%7
%49
%0
%13

Triadic Colors of #ce72de

#ce72de #dece72 #72dece

Analogous Colors of #ce72de

#ce72de #de72b8 #9872de

Monochromatic Colors of #ce72de

#ce72de

Complementary Color

#ce72de #82de72

#ce72de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce72de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce72de Color CSS Codes

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

#ce72de Text Font Color

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

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


#ce72de Background Color

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

This div background color is #ce72de


#ce72de Border Color

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

This div border color is #ce72de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce72de


Comments

No comments written yet.

Please login to write comment.