Color Hex Logo

#ce409d Color Hex

#CE409D
(206,64,157)
0 Favorites   0 Comments

Color spaces of #ce409d

RGB 20664157
HSL0.890.590.53
HSV321°69°81°
CMYK 0.000.690.24   0.19
XYZ33.372819.222933.8497
Yxy19.22290.38610.2224
Hunter Lab43.843959.1424-15.0841
CIE-Lab50.947064.1755-20.0603

#ce409d color RGB value is (206,64,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 10011101
Octal 316 100 235
Decimal 206 64 157
Hex CE 40 9D

RGB Percentages of Color #ce409d

%48.24
%14.99
%36.77

CMYK Percentages of Color #ce409d

%0
%69
%24
%19

Triadic Colors of #ce409d

#ce409d #9dce40 #409dce

Analogous Colors of #ce409d

#ce409d #ce4056 #b840ce

Monochromatic Colors of #ce409d

#ce409d

Complementary Color

#ce409d #40ce71

#ce409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce409d Color CSS Codes

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

#ce409d Text Font Color

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

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


#ce409d Background Color

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

This div background color is #ce409d


#ce409d Border Color

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

This div border color is #ce409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce409d


Comments

No comments written yet.

Please login to write comment.