Color Hex Logo

#ce445c Color Hex

#CE445C
(206,68,92)
0 Favorites   0 Comments

Color spaces of #ce445c

RGB 2066892
HSL0.970.580.54
HSV350°67°81°
CMYK 0.000.670.55   0.19
XYZ29.452518.028812.0528
Yxy18.02880.49470.3028
Hunter Lab42.460349.510512.8922
CIE-Lab49.531055.887516.9547

#ce445c color RGB value is (206,68,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000100 01011100
Octal 316 104 134
Decimal 206 68 92
Hex CE 44 5C

RGB Percentages of Color #ce445c

%56.28
%18.58
%25.14

CMYK Percentages of Color #ce445c

%0
%67
%55
%19

Triadic Colors of #ce445c

#ce445c #5cce44 #445cce

Analogous Colors of #ce445c

#ce445c #ce7144 #ce44a1

Monochromatic Colors of #ce445c

#ce445c

Complementary Color

#ce445c #44ceb6

#ce445c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce445c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce445c Color CSS Codes

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

#ce445c Text Font Color

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

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


#ce445c Background Color

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

This div background color is #ce445c


#ce445c Border Color

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

This div border color is #ce445c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce445c


Comments

No comments written yet.

Please login to write comment.