Color Hex Logo

#ce113c Color Hex

#CE113C
(206,17,60)
0 Favorites   0 Comments

Color spaces of #ce113c

RGB 2061760
HSL0.960.850.44
HSV346°92°81°
CMYK 0.000.920.71   0.19
XYZ26.469713.84905.5530
Yxy13.84900.57700.3019
Hunter Lab37.214261.838317.2029
CIE-Lab44.015667.829929.3067

#ce113c color RGB value is (206,17,60).

#ce113c hex color red value is 206, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ce113c hue: 0.96 , saturation: 0.85 and the lightness value of ce113c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 00111100
Octal 316 21 74
Decimal 206 17 60
Hex CE 11 3C

RGB Percentages of Color #ce113c

%72.79
%6.01
%21.20

CMYK Percentages of Color #ce113c

%0
%92
%71
%19

Triadic Colors of #ce113c

#ce113c #3cce11 #113cce

Analogous Colors of #ce113c

#ce113c #ce4411 #ce119b

Monochromatic Colors of #ce113c

#ce113c

Complementary Color

#ce113c #11cea3

#ce113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce113c Color CSS Codes

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

#ce113c Text Font Color

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

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


#ce113c Background Color

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

This div background color is #ce113c


#ce113c Border Color

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

This div border color is #ce113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce113c


Comments

No comments written yet.

Please login to write comment.