Color Hex Logo

#ce366d Color Hex

#CE366D
(206,54,109)
0 Favorites   0 Comments

Color spaces of #ce366d

RGB 20654109
HSL0.940.610.51
HSV338°74°81°
CMYK 0.000.740.47   0.19
XYZ29.533116.864316.1666
Yxy16.86430.47200.2696
Hunter Lab41.066256.50415.4055
CIE-Lab48.088662.41324.5926

#ce366d color RGB value is (206,54,109).

#ce366d hex color red value is 206, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ce366d hue: 0.94 , saturation: 0.61 and the lightness value of ce366d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110110 01101101
Octal 316 66 155
Decimal 206 54 109
Hex CE 36 6D

RGB Percentages of Color #ce366d

%55.83
%14.63
%29.54

CMYK Percentages of Color #ce366d

%0
%74
%47
%19

Triadic Colors of #ce366d

#ce366d #6dce36 #366dce

Analogous Colors of #ce366d

#ce366d #ce4b36 #ce36b9

Monochromatic Colors of #ce366d

#ce366d

Complementary Color

#ce366d #36ce97

#ce366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce366d Color CSS Codes

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

#ce366d Text Font Color

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

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


#ce366d Background Color

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

This div background color is #ce366d


#ce366d Border Color

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

This div border color is #ce366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce366d


Comments

No comments written yet.

Please login to write comment.