Color Hex Logo

#ce456d Color Hex

#CE456D
(206,69,109)
0 Favorites   0 Comments

Color spaces of #ce456d

RGB 20669109
HSL0.950.580.54
HSV342°67°81°
CMYK 0.000.670.47   0.19
XYZ30.342018.482216.4362
Yxy18.48220.46490.2832
Hunter Lab42.990950.74707.4260
CIE-Lab50.075856.91177.4334

#ce456d color RGB value is (206,69,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000101 01101101
Octal 316 105 155
Decimal 206 69 109
Hex CE 45 6D

RGB Percentages of Color #ce456d

%53.65
%17.97
%28.39

CMYK Percentages of Color #ce456d

%0
%67
%47
%19

Triadic Colors of #ce456d

#ce456d #6dce45 #456dce

Analogous Colors of #ce456d

#ce456d #ce6245 #ce45b2

Monochromatic Colors of #ce456d

#ce456d

Complementary Color

#ce456d #45cea6

#ce456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce456d Color CSS Codes

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

#ce456d Text Font Color

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

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


#ce456d Background Color

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

This div background color is #ce456d


#ce456d Border Color

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

This div border color is #ce456d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,69,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 #ce456d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce456d


Comments

No comments written yet.

Please login to write comment.