Color Hex Logo

#ce83dd Color Hex

#CE83DD
(206,131,221)
0 Favorites   0 Comments

Color spaces of #ce83dd

RGB 206131221
HSL0.810.570.69
HSV290°41°87°
CMYK 0.070.410.00   0.13
XYZ46.621034.574972.6230
Yxy34.57490.30310.2248
Hunter Lab58.800438.6263-32.0674
CIE-Lab65.416443.3895-34.3706

#ce83dd color RGB value is (206,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 11011101
Octal 316 203 335
Decimal 206 131 221
Hex CE 83 DD

RGB Percentages of Color #ce83dd

%36.92
%23.48
%39.61

CMYK Percentages of Color #ce83dd

%7
%41
%0
%13

Triadic Colors of #ce83dd

#ce83dd #ddce83 #83ddce

Analogous Colors of #ce83dd

#ce83dd #dd83bf #a183dd

Monochromatic Colors of #ce83dd

#ce83dd

Complementary Color

#ce83dd #92dd83

#ce83dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce83dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce83dd Color CSS Codes

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

#ce83dd Text Font Color

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

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


#ce83dd Background Color

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

This div background color is #ce83dd


#ce83dd Border Color

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

This div border color is #ce83dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce83dd


Comments

No comments written yet.

Please login to write comment.