Color Hex Logo

#ce5696 Color Hex

#CE5696
(206,86,150)
0 Favorites   0 Comments

Color spaces of #ce5696

RGB 20686150
HSL0.910.550.57
HSV328°58°81°
CMYK 0.000.580.27   0.19
XYZ34.286421.979431.2895
Yxy21.97940.39160.2510
Hunter Lab46.882248.4987-6.7530
CIE-Lab54.005154.1836-11.2819

#ce5696 color RGB value is (206,86,150).

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

The process color (four color CMYK) of #ce5696 color hex is 0.00, 0.58, 0.27, 0.19. Web safe color of #ce5696 is #cc6699. Color #ce5696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 10010110
Octal 316 126 226
Decimal 206 86 150
Hex CE 56 96

RGB Percentages of Color #ce5696

%46.61
%19.46
%33.94

CMYK Percentages of Color #ce5696

%0
%58
%27
%19

Triadic Colors of #ce5696

#ce5696 #96ce56 #5696ce

Analogous Colors of #ce5696

#ce5696 #ce565a #ca56ce

Monochromatic Colors of #ce5696

#ce5696

Complementary Color

#ce5696 #56ce8e

#ce5696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5696 Color CSS Codes

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

#ce5696 Text Font Color

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

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


#ce5696 Background Color

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

This div background color is #ce5696


#ce5696 Border Color

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

This div border color is #ce5696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5696


Comments

No comments written yet.

Please login to write comment.