Color Hex Logo

#ce5089 Color Hex

#CE5089
(206,80,137)
0 Favorites   0 Comments

Color spaces of #ce5089

RGB 20680137
HSL0.920.560.56
HSV333°61°81°
CMYK 0.000.610.33   0.19
XYZ32.837620.665325.9250
Yxy20.66530.41340.2602
Hunter Lab45.459149.3869-1.9913
CIE-Lab52.581255.2355-5.7169

#ce5089 color RGB value is (206,80,137).

#ce5089 hex color red value is 206, green value is 80 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ce5089 hue: 0.92 , saturation: 0.56 and the lightness value of ce5089 is 0.56.

The process color (four color CMYK) of #ce5089 color hex is 0.00, 0.61, 0.33, 0.19. Web safe color of #ce5089 is #cc6699. Color #ce5089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 10001001
Octal 316 120 211
Decimal 206 80 137
Hex CE 50 89

RGB Percentages of Color #ce5089

%48.70
%18.91
%32.39

CMYK Percentages of Color #ce5089

%0
%61
%33
%19

Triadic Colors of #ce5089

#ce5089 #89ce50 #5089ce

Analogous Colors of #ce5089

#ce5089 #ce5650 #ce50c8

Monochromatic Colors of #ce5089

#ce5089

Complementary Color

#ce5089 #50ce95

#ce5089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5089 Color CSS Codes

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

#ce5089 Text Font Color

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

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


#ce5089 Background Color

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

This div background color is #ce5089


#ce5089 Border Color

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

This div border color is #ce5089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5089


Comments

No comments written yet.

Please login to write comment.