Color Hex Logo

#ce72df Color Hex

#CE72DF
(206,114,223)
0 Favorites   0 Comments

Color spaces of #ce72df

RGB 206114223
HSL0.810.630.66
HSV291°49°87°
CMYK 0.080.490.00   0.13
XYZ44.790230.484273.3354
Yxy30.48420.30140.2051
Hunter Lab55.212548.1832-40.1025
CIE-Lab62.069852.5837-40.7101

#ce72df color RGB value is (206,114,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 11011111
Octal 316 162 337
Decimal 206 114 223
Hex CE 72 DF

RGB Percentages of Color #ce72df

%37.94
%20.99
%41.07

CMYK Percentages of Color #ce72df

%8
%49
%0
%13

Triadic Colors of #ce72df

#ce72df #dfce72 #72dfce

Analogous Colors of #ce72df

#ce72df #df72ba #9872df

Monochromatic Colors of #ce72df

#ce72df

Complementary Color

#ce72df #83df72

#ce72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce72df Color CSS Codes

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

#ce72df Text Font Color

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

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


#ce72df Background Color

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

This div background color is #ce72df


#ce72df Border Color

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

This div border color is #ce72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce72df


Comments

No comments written yet.

Please login to write comment.