Color Hex Logo

#ce142e Color Hex

#CE142E
(206,20,46)
0 Favorites   0 Comments

Color spaces of #ce142e

RGB 2062046
HSL0.980.820.44
HSV352°90°81°
CMYK 0.000.900.78   0.19
XYZ26.196913.81943.8714
Yxy13.81940.59690.3149
Hunter Lab37.174560.734019.8476
CIE-Lab43.972866.888737.6357

#ce142e color RGB value is (206,20,46).

#ce142e hex color red value is 206, green value is 20 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ce142e hue: 0.98 , saturation: 0.82 and the lightness value of ce142e is 0.44.

The process color (four color CMYK) of #ce142e color hex is 0.00, 0.90, 0.78, 0.19. Web safe color of #ce142e is #cc0033. Color #ce142e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 00101110
Octal 316 24 56
Decimal 206 20 46
Hex CE 14 2E

RGB Percentages of Color #ce142e

%75.74
%7.35
%16.91

CMYK Percentages of Color #ce142e

%0
%90
%78
%19

Triadic Colors of #ce142e

#ce142e #2ece14 #142ece

Analogous Colors of #ce142e

#ce142e #ce5714 #ce148b

Monochromatic Colors of #ce142e

#ce142e

Complementary Color

#ce142e #14ceb4

#ce142e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce142e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce142e Color CSS Codes

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

#ce142e Text Font Color

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

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


#ce142e Background Color

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

This div background color is #ce142e


#ce142e Border Color

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

This div border color is #ce142e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce142e


Comments

No comments written yet.

Please login to write comment.