Color Hex Logo

#ce389c Color Hex

#CE389C
(206,56,156)
0 Favorites   0 Comments

Color spaces of #ce389c

RGB 20656156
HSL0.890.600.51
HSV320°73°81°
CMYK 0.000.730.24   0.19
XYZ32.868518.350533.2621
Yxy18.35050.38910.2172
Hunter Lab42.837561.9945-16.0508
CIE-Lab49.918566.8228-21.0450

#ce389c color RGB value is (206,56,156).

#ce389c hex color red value is 206, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ce389c hue: 0.89 , saturation: 0.60 and the lightness value of ce389c is 0.51.

The process color (four color CMYK) of #ce389c color hex is 0.00, 0.73, 0.24, 0.19. Web safe color of #ce389c is #cc3399. Color #ce389c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 10011100
Octal 316 70 234
Decimal 206 56 156
Hex CE 38 9C

RGB Percentages of Color #ce389c

%49.28
%13.40
%37.32

CMYK Percentages of Color #ce389c

%0
%73
%24
%19

Triadic Colors of #ce389c

#ce389c #9cce38 #389cce

Analogous Colors of #ce389c

#ce389c #ce3851 #b538ce

Monochromatic Colors of #ce389c

#ce389c

Complementary Color

#ce389c #38ce6a

#ce389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce389c Color CSS Codes

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

#ce389c Text Font Color

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

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


#ce389c Background Color

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

This div background color is #ce389c


#ce389c Border Color

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

This div border color is #ce389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce389c

#ce389c Color Palettes


Comments

No comments written yet.

Please login to write comment.