Color Hex Logo

#ce2337 Color Hex

#CE2337
(206,35,55)
0 Favorites   0 Comments

Color spaces of #ce2337

RGB 2063555
HSL0.980.710.47
HSV353°83°81°
CMYK 0.000.830.73   0.19
XYZ26.744214.59975.0229
Yxy14.59970.57680.3149
Hunter Lab38.209658.071718.9526
CIE-Lab45.081064.362633.5830

#ce2337 color RGB value is (206,35,55).

#ce2337 hex color red value is 206, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ce2337 hue: 0.98 , saturation: 0.71 and the lightness value of ce2337 is 0.47.

The process color (four color CMYK) of #ce2337 color hex is 0.00, 0.83, 0.73, 0.19. Web safe color of #ce2337 is #cc3333. Color #ce2337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 00110111
Octal 316 43 67
Decimal 206 35 55
Hex CE 23 37

RGB Percentages of Color #ce2337

%69.59
%11.82
%18.58

CMYK Percentages of Color #ce2337

%0
%83
%73
%19

Triadic Colors of #ce2337

#ce2337 #37ce23 #2337ce

Analogous Colors of #ce2337

#ce2337 #ce6523 #ce238d

Monochromatic Colors of #ce2337

#ce2337

Complementary Color

#ce2337 #23ceba

#ce2337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2337 Color CSS Codes

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

#ce2337 Text Font Color

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

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


#ce2337 Background Color

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

This div background color is #ce2337


#ce2337 Border Color

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

This div border color is #ce2337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2337


Comments

No comments written yet.

Please login to write comment.