Color Hex Logo

#ce84dd Color Hex

#CE84DD
(206,132,221)
0 Favorites   0 Comments

Color spaces of #ce84dd

RGB 206132221
HSL0.810.570.69
HSV290°40°87°
CMYK 0.070.400.00   0.13
XYZ46.756034.844872.6680
Yxy34.84480.30310.2259
Hunter Lab59.029538.0845-31.6681
CIE-Lab65.627742.8590-34.0424

#ce84dd color RGB value is (206,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 11011101
Octal 316 204 335
Decimal 206 132 221
Hex CE 84 DD

RGB Percentages of Color #ce84dd

%36.85
%23.61
%39.53

CMYK Percentages of Color #ce84dd

%7
%40
%0
%13

Triadic Colors of #ce84dd

#ce84dd #ddce84 #84ddce

Analogous Colors of #ce84dd

#ce84dd #dd84c0 #a284dd

Monochromatic Colors of #ce84dd

#ce84dd

Complementary Color

#ce84dd #93dd84

#ce84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce84dd Color CSS Codes

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

#ce84dd Text Font Color

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

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


#ce84dd Background Color

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

This div background color is #ce84dd


#ce84dd Border Color

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

This div border color is #ce84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce84dd


Comments

No comments written yet.

Please login to write comment.