Color Hex Logo

#ce164c Color Hex

#CE164C
(206,22,76)
0 Favorites   0 Comments

Color spaces of #ce164c

RGB 2062276
HSL0.950.810.45
HSV342°89°81°
CMYK 0.000.890.63   0.19
XYZ27.045014.21748.1563
Yxy14.21740.54730.2877
Hunter Lab37.706062.045513.5690
CIE-Lab44.543167.904720.0756

#ce164c color RGB value is (206,22,76).

#ce164c hex color red value is 206, green value is 22 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ce164c hue: 0.95 , saturation: 0.81 and the lightness value of ce164c is 0.45.

The process color (four color CMYK) of #ce164c color hex is 0.00, 0.89, 0.63, 0.19. Web safe color of #ce164c is #cc0033. Color #ce164c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 01001100
Octal 316 26 114
Decimal 206 22 76
Hex CE 16 4C

RGB Percentages of Color #ce164c

%67.76
%7.24
%25.00

CMYK Percentages of Color #ce164c

%0
%89
%63
%19

Triadic Colors of #ce164c

#ce164c #4cce16 #164cce

Analogous Colors of #ce164c

#ce164c #ce3c16 #ce16a8

Monochromatic Colors of #ce164c

#ce164c

Complementary Color

#ce164c #16ce98

#ce164c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce164c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce164c Color CSS Codes

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

#ce164c Text Font Color

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

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


#ce164c Background Color

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

This div background color is #ce164c


#ce164c Border Color

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

This div border color is #ce164c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce164c


Comments

No comments written yet.

Please login to write comment.