Color Hex Logo

#ce406d Color Hex

#CE406D
(206,64,109)
0 Favorites   0 Comments

Color spaces of #ce406d

RGB 20664109
HSL0.950.590.53
HSV341°69°81°
CMYK 0.000.690.47   0.19
XYZ30.047317.892716.3380
Yxy17.89270.46750.2784
Hunter Lab42.299852.77156.7095
CIE-Lab49.365758.86256.4216

#ce406d color RGB value is (206,64,109).

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

The process color (four color CMYK) of #ce406d color hex is 0.00, 0.69, 0.47, 0.19. Web safe color of #ce406d is #cc3366. Color #ce406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 01101101
Octal 316 100 155
Decimal 206 64 109
Hex CE 40 6D

RGB Percentages of Color #ce406d

%54.35
%16.89
%28.76

CMYK Percentages of Color #ce406d

%0
%69
%47
%19

Triadic Colors of #ce406d

#ce406d #6dce40 #406dce

Analogous Colors of #ce406d

#ce406d #ce5a40 #ce40b4

Monochromatic Colors of #ce406d

#ce406d

Complementary Color

#ce406d #40cea1

#ce406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce406d Color CSS Codes

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

#ce406d Text Font Color

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

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


#ce406d Background Color

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

This div background color is #ce406d


#ce406d Border Color

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

This div border color is #ce406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce406d


Comments

No comments written yet.

Please login to write comment.