Color Hex Logo

#ce68df Color Hex

#CE68DF
(206,104,223)
0 Favorites   0 Comments

Color spaces of #ce68df

RGB 206104223
HSL0.810.650.64
HSV291°53°87°
CMYK 0.080.530.00   0.13
XYZ43.723228.350272.9797
Yxy28.35020.30140.1954
Hunter Lab53.244953.4005-43.9939
CIE-Lab60.203857.5121-43.6434

#ce68df color RGB value is (206,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101000 11011111
Octal 316 150 337
Decimal 206 104 223
Hex CE 68 DF

RGB Percentages of Color #ce68df

%38.65
%19.51
%41.84

CMYK Percentages of Color #ce68df

%8
%53
%0
%13

Triadic Colors of #ce68df

#ce68df #dfce68 #68dfce

Analogous Colors of #ce68df

#ce68df #df68b5 #9368df

Monochromatic Colors of #ce68df

#ce68df

Complementary Color

#ce68df #79df68

#ce68df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce68df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce68df Color CSS Codes

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

#ce68df Text Font Color

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

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


#ce68df Background Color

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

This div background color is #ce68df


#ce68df Border Color

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

This div border color is #ce68df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce68df


Comments

No comments written yet.

Please login to write comment.