Color Hex Logo

#ce56cb Color Hex

#CE56CB
(206,86,203)
0 Favorites   0 Comments

Color spaces of #ce56cb

RGB 20686203
HSL0.840.550.57
HSV302°58°81°
CMYK 0.000.580.01   0.19
XYZ39.560924.089259.0645
Yxy24.08920.32240.1963
Hunter Lab49.080757.9863-36.9939
CIE-Lab56.177062.2106-38.6687

#ce56cb color RGB value is (206,86,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 11001011
Octal 316 126 313
Decimal 206 86 203
Hex CE 56 CB

RGB Percentages of Color #ce56cb

%41.62
%17.37
%41.01

CMYK Percentages of Color #ce56cb

%0
%58
%1
%19

Triadic Colors of #ce56cb

#ce56cb #cbce56 #56cbce

Analogous Colors of #ce56cb

#ce56cb #ce568f #9556ce

Monochromatic Colors of #ce56cb

#ce56cb

Complementary Color

#ce56cb #56ce59

#ce56cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce56cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce56cb Color CSS Codes

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

#ce56cb Text Font Color

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

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


#ce56cb Background Color

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

This div background color is #ce56cb


#ce56cb Border Color

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

This div border color is #ce56cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce56cb


Comments

No comments written yet.

Please login to write comment.