Color Hex Logo

#ce2742 Color Hex

#CE2742
(206,39,66)
0 Favorites   0 Comments

Color spaces of #ce2742

RGB 2063966
HSL0.970.680.48
HSV350°81°81°
CMYK 0.000.810.68   0.19
XYZ27.162514.96626.6114
Yxy14.96620.55730.3071
Hunter Lab38.686257.628416.9478
CIE-Lab45.587963.877027.5766

#ce2742 color RGB value is (206,39,66).

#ce2742 hex color red value is 206, green value is 39 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ce2742 hue: 0.97 , saturation: 0.68 and the lightness value of ce2742 is 0.48.

The process color (four color CMYK) of #ce2742 color hex is 0.00, 0.81, 0.68, 0.19. Web safe color of #ce2742 is #cc3333. Color #ce2742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01000010
Octal 316 47 102
Decimal 206 39 66
Hex CE 27 42

RGB Percentages of Color #ce2742

%66.24
%12.54
%21.22

CMYK Percentages of Color #ce2742

%0
%81
%68
%19

Triadic Colors of #ce2742

#ce2742 #42ce27 #2742ce

Analogous Colors of #ce2742

#ce2742 #ce6027 #ce2796

Monochromatic Colors of #ce2742

#ce2742

Complementary Color

#ce2742 #27ceb3

#ce2742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2742 Color CSS Codes

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

#ce2742 Text Font Color

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

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


#ce2742 Background Color

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

This div background color is #ce2742


#ce2742 Border Color

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

This div border color is #ce2742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2742


Comments

No comments written yet.

Please login to write comment.