Color Hex Logo

#ce82dc Color Hex

#CE82DC
(206,130,220)
0 Favorites   0 Comments

Color spaces of #ce82dc

RGB 206130220
HSL0.810.560.69
HSV291°41°86°
CMYK 0.060.410.00   0.14
XYZ46.354534.254471.8788
Yxy34.25440.30400.2246
Hunter Lab58.527338.9521-31.8465
CIE-Lab65.164043.7244-34.2068

#ce82dc color RGB value is (206,130,220).

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

The process color (four color CMYK) of #ce82dc color hex is 0.06, 0.41, 0.00, 0.14. Web safe color of #ce82dc is #cc99cc. Color #ce82dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 11011100
Octal 316 202 334
Decimal 206 130 220
Hex CE 82 DC

RGB Percentages of Color #ce82dc

%37.05
%23.38
%39.57

CMYK Percentages of Color #ce82dc

%6
%41
%0
%14

Triadic Colors of #ce82dc

#ce82dc #dcce82 #82dcce

Analogous Colors of #ce82dc

#ce82dc #dc82bd #a182dc

Monochromatic Colors of #ce82dc

#ce82dc

Complementary Color

#ce82dc #90dc82

#ce82dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce82dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce82dc Color CSS Codes

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

#ce82dc Text Font Color

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

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


#ce82dc Background Color

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

This div background color is #ce82dc


#ce82dc Border Color

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

This div border color is #ce82dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce82dc


Comments

No comments written yet.

Please login to write comment.