Color Hex Logo

#ce5691 Color Hex

#CE5691
(206,86,145)
0 Favorites   0 Comments

Color spaces of #ce5691

RGB 20686145
HSL0.920.550.57
HSV331°58°81°
CMYK 0.000.580.30   0.19
XYZ33.892221.821729.2138
Yxy21.82170.39910.2569
Hunter Lab46.713747.7582-4.3792
CIE-Lab53.837353.5377-8.5858

#ce5691 color RGB value is (206,86,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 10010001
Octal 316 126 221
Decimal 206 86 145
Hex CE 56 91

RGB Percentages of Color #ce5691

%47.14
%19.68
%33.18

CMYK Percentages of Color #ce5691

%0
%58
%30
%19

Triadic Colors of #ce5691

#ce5691 #91ce56 #5691ce

Analogous Colors of #ce5691

#ce5691 #ce5756 #ce56cd

Monochromatic Colors of #ce5691

#ce5691

Complementary Color

#ce5691 #56ce93

#ce5691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5691 Color CSS Codes

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

#ce5691 Text Font Color

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

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


#ce5691 Background Color

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

This div background color is #ce5691


#ce5691 Border Color

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

This div border color is #ce5691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5691


Comments

No comments written yet.

Please login to write comment.