Color Hex Logo

#ce56bd Color Hex

#CE56BD
(206,86,189)
0 Favorites   0 Comments

Color spaces of #ce56bd

RGB 20686189
HSL0.860.550.57
HSV309°58°81°
CMYK 0.000.580.08   0.19
XYZ37.966723.451550.6696
Yxy23.45150.33870.2092
Hunter Lab48.426755.1977-28.1373
CIE-Lab55.534459.8969-31.6508

#ce56bd color RGB value is (206,86,189).

#ce56bd hex color red value is 206, green value is 86 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce56bd hue: 0.86 , saturation: 0.55 and the lightness value of ce56bd is 0.57.

The process color (four color CMYK) of #ce56bd color hex is 0.00, 0.58, 0.08, 0.19. Web safe color of #ce56bd is #cc66cc. Color #ce56bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 10111101
Octal 316 126 275
Decimal 206 86 189
Hex CE 56 BD

RGB Percentages of Color #ce56bd

%42.83
%17.88
%39.29

CMYK Percentages of Color #ce56bd

%0
%58
%8
%19

Triadic Colors of #ce56bd

#ce56bd #bdce56 #56bdce

Analogous Colors of #ce56bd

#ce56bd #ce5681 #a356ce

Monochromatic Colors of #ce56bd

#ce56bd

Complementary Color

#ce56bd #56ce67

#ce56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56bd Color CSS Codes

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

#ce56bd Text Font Color

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

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


#ce56bd Background Color

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

This div background color is #ce56bd


#ce56bd Border Color

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

This div border color is #ce56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56bd


Comments

No comments written yet.

Please login to write comment.