Color Hex Logo

#ce343b Color Hex

#CE343B
(206,52,59)
0 Favorites   0 Comments

Color spaces of #ce343b

RGB 2065259
HSL0.990.610.51
HSV357°75°81°
CMYK 0.000.750.71   0.19
XYZ27.471015.89365.7576
Yxy15.89360.55920.3236
Hunter Lab39.866853.232119.3440
CIE-Lab46.834659.745433.2671

#ce343b color RGB value is (206,52,59).

#ce343b hex color red value is 206, green value is 52 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ce343b hue: 0.99 , saturation: 0.61 and the lightness value of ce343b is 0.51.

The process color (four color CMYK) of #ce343b color hex is 0.00, 0.75, 0.71, 0.19. Web safe color of #ce343b is #cc3333. Color #ce343b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 00111011
Octal 316 64 73
Decimal 206 52 59
Hex CE 34 3B

RGB Percentages of Color #ce343b

%64.98
%16.40
%18.61

CMYK Percentages of Color #ce343b

%0
%75
%71
%19

Triadic Colors of #ce343b

#ce343b #3bce34 #343bce

Analogous Colors of #ce343b

#ce343b #ce7a34 #ce3488

Monochromatic Colors of #ce343b

#ce343b

Complementary Color

#ce343b #34cec7

#ce343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce343b Color CSS Codes

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

#ce343b Text Font Color

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

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


#ce343b Background Color

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

This div background color is #ce343b


#ce343b Border Color

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

This div border color is #ce343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce343b


Comments

No comments written yet.

Please login to write comment.