Color Hex Logo

#ce5678 Color Hex

#CE5678
(206,86,120)
0 Favorites   0 Comments

Color spaces of #ce5678

RGB 20686120
HSL0.950.550.57
HSV343°58°81°
CMYK 0.000.580.42   0.19
XYZ32.171621.133520.1528
Yxy21.13350.43800.2877
Hunter Lab45.971244.46856.1883
CIE-Lab53.095350.63165.1516

#ce5678 color RGB value is (206,86,120).

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

The process color (four color CMYK) of #ce5678 color hex is 0.00, 0.58, 0.42, 0.19. Web safe color of #ce5678 is #cc6666. Color #ce5678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01111000
Octal 316 126 170
Decimal 206 86 120
Hex CE 56 78

RGB Percentages of Color #ce5678

%50.00
%20.87
%29.13

CMYK Percentages of Color #ce5678

%0
%58
%42
%19

Triadic Colors of #ce5678

#ce5678 #78ce56 #5678ce

Analogous Colors of #ce5678

#ce5678 #ce7056 #ce56b4

Monochromatic Colors of #ce5678

#ce5678

Complementary Color

#ce5678 #56ceac

#ce5678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5678 Color CSS Codes

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

#ce5678 Text Font Color

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

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


#ce5678 Background Color

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

This div background color is #ce5678


#ce5678 Border Color

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

This div border color is #ce5678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5678


Comments

No comments written yet.

Please login to write comment.