Color Hex Logo

#ce164d Color Hex

#CE164D
(206,22,77)
0 Favorites   0 Comments

Color spaces of #ce164d

RGB 2062277
HSL0.950.810.45
HSV342°89°81°
CMYK 0.000.890.63   0.19
XYZ27.080114.23158.3408
Yxy14.23150.54540.2866
Hunter Lab37.724762.115513.2984
CIE-Lab44.563167.960719.4791

#ce164d color RGB value is (206,22,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 01001101
Octal 316 26 115
Decimal 206 22 77
Hex CE 16 4D

RGB Percentages of Color #ce164d

%67.54
%7.21
%25.25

CMYK Percentages of Color #ce164d

%0
%89
%63
%19

Triadic Colors of #ce164d

#ce164d #4dce16 #164dce

Analogous Colors of #ce164d

#ce164d #ce3b16 #ce16a9

Monochromatic Colors of #ce164d

#ce164d

Complementary Color

#ce164d #16ce97

#ce164d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce164d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce164d Color CSS Codes

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

#ce164d Text Font Color

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

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


#ce164d Background Color

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

This div background color is #ce164d


#ce164d Border Color

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

This div border color is #ce164d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce164d


Comments

No comments written yet.

Please login to write comment.