Color Hex Logo

#ce83df Color Hex

#CE83DF
(206,131,223)
0 Favorites   0 Comments

Color spaces of #ce83df

RGB 206131223
HSL0.800.590.69
HSV289°41°87°
CMYK 0.080.410.00   0.13
XYZ46.889234.682174.0350
Yxy34.68210.30130.2229
Hunter Lab58.891539.0609-33.3119
CIE-Lab65.500443.7819-35.3509

#ce83df color RGB value is (206,131,223).

#ce83df hex color red value is 206, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce83df hue: 0.80 , saturation: 0.59 and the lightness value of ce83df is 0.69.

The process color (four color CMYK) of #ce83df color hex is 0.08, 0.41, 0.00, 0.13. Web safe color of #ce83df is #cc99cc. Color #ce83df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 11011111
Octal 316 203 337
Decimal 206 131 223
Hex CE 83 DF

RGB Percentages of Color #ce83df

%36.79
%23.39
%39.82

CMYK Percentages of Color #ce83df

%8
%41
%0
%13

Triadic Colors of #ce83df

#ce83df #dfce83 #83dfce

Analogous Colors of #ce83df

#ce83df #df83c2 #a083df

Monochromatic Colors of #ce83df

#ce83df

Complementary Color

#ce83df #94df83

#ce83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce83df Color CSS Codes

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

#ce83df Text Font Color

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

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


#ce83df Background Color

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

This div background color is #ce83df


#ce83df Border Color

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

This div border color is #ce83df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce83df


Comments

No comments written yet.

Please login to write comment.