Color Hex Logo

#ce82dd Color Hex

#CE82DD
(206,130,221)
0 Favorites   0 Comments

Color spaces of #ce82dd

RGB 206130221
HSL0.810.570.69
HSV290°41°87°
CMYK 0.070.410.00   0.13
XYZ46.487434.307572.5785
Yxy34.30750.30310.2237
Hunter Lab58.572639.1683-32.4666
CIE-Lab65.205943.9195-34.6977

#ce82dd color RGB value is (206,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 11011101
Octal 316 202 335
Decimal 206 130 221
Hex CE 82 DD

RGB Percentages of Color #ce82dd

%36.98
%23.34
%39.68

CMYK Percentages of Color #ce82dd

%7
%41
%0
%13

Triadic Colors of #ce82dd

#ce82dd #ddce82 #82ddce

Analogous Colors of #ce82dd

#ce82dd #dd82bf #a182dd

Monochromatic Colors of #ce82dd

#ce82dd

Complementary Color

#ce82dd #91dd82

#ce82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce82dd Color CSS Codes

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

#ce82dd Text Font Color

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

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


#ce82dd Background Color

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

This div background color is #ce82dd


#ce82dd Border Color

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

This div border color is #ce82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce82dd


Comments

No comments written yet.

Please login to write comment.