Color Hex Logo

#ce456e Color Hex

#CE456E
(206,69,110)
0 Favorites   0 Comments

Color spaces of #ce456e

RGB 20669110
HSL0.950.580.54
HSV342°67°81°
CMYK 0.000.670.47   0.19
XYZ30.396218.503816.7214
Yxy18.50380.46320.2820
Hunter Lab43.016050.85447.0637
CIE-Lab50.101557.00416.8654

#ce456e color RGB value is (206,69,110).

#ce456e hex color red value is 206, green value is 69 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ce456e hue: 0.95 , saturation: 0.58 and the lightness value of ce456e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000101 01101110
Octal 316 105 156
Decimal 206 69 110
Hex CE 45 6E

RGB Percentages of Color #ce456e

%53.51
%17.92
%28.57

CMYK Percentages of Color #ce456e

%0
%67
%47
%19

Triadic Colors of #ce456e

#ce456e #6ece45 #456ece

Analogous Colors of #ce456e

#ce456e #ce6145 #ce45b3

Monochromatic Colors of #ce456e

#ce456e

Complementary Color

#ce456e #45cea5

#ce456e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce456e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce456e Color CSS Codes

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

#ce456e Text Font Color

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

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


#ce456e Background Color

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

This div background color is #ce456e


#ce456e Border Color

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

This div border color is #ce456e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce456e


Comments

No comments written yet.

Please login to write comment.