Color Hex Logo

#ce82bd Color Hex

#CE82BD
(206,130,189)
0 Favorites   0 Comments

Color spaces of #ce82bd

RGB 206130189
HSL0.870.440.66
HSV313°37°81°
CMYK 0.000.370.08   0.19
XYZ42.621532.761252.2213
Yxy32.76120.33400.2567
Hunter Lab57.237432.7535-14.0278
CIE-Lab63.967138.0216-18.6779

#ce82bd color RGB value is (206,130,189).

#ce82bd hex color red value is 206, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce82bd hue: 0.87 , saturation: 0.44 and the lightness value of ce82bd is 0.66.

The process color (four color CMYK) of #ce82bd color hex is 0.00, 0.37, 0.08, 0.19. Web safe color of #ce82bd is #cc99cc. Color #ce82bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 10111101
Octal 316 202 275
Decimal 206 130 189
Hex CE 82 BD

RGB Percentages of Color #ce82bd

%39.24
%24.76
%36.00

CMYK Percentages of Color #ce82bd

%0
%37
%8
%19

Triadic Colors of #ce82bd

#ce82bd #bdce82 #82bdce

Analogous Colors of #ce82bd

#ce82bd #ce8297 #b982ce

Monochromatic Colors of #ce82bd

#ce82bd

Complementary Color

#ce82bd #82ce93

#ce82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce82bd Color CSS Codes

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

#ce82bd Text Font Color

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

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


#ce82bd Background Color

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

This div background color is #ce82bd


#ce82bd Border Color

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

This div border color is #ce82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce82bd


Comments

No comments written yet.

Please login to write comment.