Color Hex Logo

#ce163b Color Hex

#CE163B
(206,22,59)
0 Favorites   0 Comments

Color spaces of #ce163b

RGB 2062259
HSL0.970.810.45
HSV348°89°81°
CMYK 0.000.890.71   0.19
XYZ26.529914.01145.4439
Yxy14.01140.57690.3047
Hunter Lab37.431861.006717.5794
CIE-Lab44.249367.070030.1986

#ce163b color RGB value is (206,22,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 00111011
Octal 316 26 73
Decimal 206 22 59
Hex CE 16 3B

RGB Percentages of Color #ce163b

%71.78
%7.67
%20.56

CMYK Percentages of Color #ce163b

%0
%89
%71
%19

Triadic Colors of #ce163b

#ce163b #3bce16 #163bce

Analogous Colors of #ce163b

#ce163b #ce4d16 #ce1697

Monochromatic Colors of #ce163b

#ce163b

Complementary Color

#ce163b #16cea9

#ce163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce163b Color CSS Codes

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

#ce163b Text Font Color

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

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


#ce163b Background Color

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

This div background color is #ce163b


#ce163b Border Color

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

This div border color is #ce163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce163b


Comments

No comments written yet.

Please login to write comment.