Color Hex Logo

#ce409e Color Hex

#CE409E
(206,64,158)
0 Favorites   0 Comments

Color spaces of #ce409e

RGB 20664158
HSL0.890.590.53
HSV320°69°81°
CMYK 0.000.690.23   0.19
XYZ33.458519.257234.3013
Yxy19.25720.38450.2213
Hunter Lab43.883059.3016-15.6261
CIE-Lab50.986864.3056-20.5916

#ce409e color RGB value is (206,64,158).

#ce409e hex color red value is 206, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ce409e hue: 0.89 , saturation: 0.59 and the lightness value of ce409e is 0.53.

The process color (four color CMYK) of #ce409e color hex is 0.00, 0.69, 0.23, 0.19. Web safe color of #ce409e is #cc3399. Color #ce409e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 10011110
Octal 316 100 236
Decimal 206 64 158
Hex CE 40 9E

RGB Percentages of Color #ce409e

%48.13
%14.95
%36.92

CMYK Percentages of Color #ce409e

%0
%69
%23
%19

Triadic Colors of #ce409e

#ce409e #9ece40 #409ece

Analogous Colors of #ce409e

#ce409e #ce4057 #b740ce

Monochromatic Colors of #ce409e

#ce409e

Complementary Color

#ce409e #40ce70

#ce409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce409e Color CSS Codes

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

#ce409e Text Font Color

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

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


#ce409e Background Color

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

This div background color is #ce409e


#ce409e Border Color

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

This div border color is #ce409e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce409e


Comments

No comments written yet.

Please login to write comment.