Color Hex Logo

#ce40df Color Hex

#CE40DF
(206,64,223)
0 Favorites   0 Comments

Color spaces of #ce40df

RGB 20664223
HSL0.820.710.56
HSV294°71°87°
CMYK 0.080.710.00   0.13
XYZ40.606322.116371.9407
Yxy22.11630.30150.1642
Hunter Lab47.028071.8269-57.7789
CIE-Lab54.150274.2066-53.2461

#ce40df color RGB value is (206,64,223).

#ce40df hex color red value is 206, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce40df hue: 0.82 , saturation: 0.71 and the lightness value of ce40df is 0.56.

The process color (four color CMYK) of #ce40df color hex is 0.08, 0.71, 0.00, 0.13. Web safe color of #ce40df is #cc33cc. Color #ce40df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 11011111
Octal 316 100 337
Decimal 206 64 223
Hex CE 40 DF

RGB Percentages of Color #ce40df

%41.78
%12.98
%45.23

CMYK Percentages of Color #ce40df

%8
%71
%0
%13

Triadic Colors of #ce40df

#ce40df #dfce40 #40dfce

Analogous Colors of #ce40df

#ce40df #df40a1 #7f40df

Monochromatic Colors of #ce40df

#ce40df

Complementary Color

#ce40df #51df40

#ce40df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce40df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce40df Color CSS Codes

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

#ce40df Text Font Color

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

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


#ce40df Background Color

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

This div background color is #ce40df


#ce40df Border Color

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

This div border color is #ce40df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce40df


Comments

No comments written yet.

Please login to write comment.