Color Hex Logo

#ce2349 Color Hex

#CE2349
(206,35,73)
0 Favorites   0 Comments

Color spaces of #ce2349

RGB 2063573
HSL0.960.710.47
HSV347°83°81°
CMYK 0.000.830.65   0.19
XYZ27.257214.80497.7243
Yxy14.80490.54750.2974
Hunter Lab38.477159.114415.0315
CIE-Lab45.365865.216523.0096

#ce2349 color RGB value is (206,35,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 01001001
Octal 316 43 111
Decimal 206 35 73
Hex CE 23 49

RGB Percentages of Color #ce2349

%65.61
%11.15
%23.25

CMYK Percentages of Color #ce2349

%0
%83
%65
%19

Triadic Colors of #ce2349

#ce2349 #49ce23 #2349ce

Analogous Colors of #ce2349

#ce2349 #ce5323 #ce239f

Monochromatic Colors of #ce2349

#ce2349

Complementary Color

#ce2349 #23cea8

#ce2349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2349 Color CSS Codes

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

#ce2349 Text Font Color

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

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


#ce2349 Background Color

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

This div background color is #ce2349


#ce2349 Border Color

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

This div border color is #ce2349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2349


Comments

No comments written yet.

Please login to write comment.