Color Hex Logo

#ce342b Color Hex

#CE342B
(206,52,43)
0 Favorites   0 Comments

Color spaces of #ce342b

RGB 2065243
HSL0.010.650.49
HSV79°81°
CMYK 0.000.750.79   0.19
XYZ27.117615.75223.8967
Yxy15.75220.57990.3368
Hunter Lab39.689052.504621.9612
CIE-Lab46.647759.127342.1046

#ce342b color RGB value is (206,52,43).

#ce342b hex color red value is 206, green value is 52 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce342b hue: 0.01 , saturation: 0.65 and the lightness value of ce342b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 00101011
Octal 316 64 53
Decimal 206 52 43
Hex CE 34 2B

RGB Percentages of Color #ce342b

%68.44
%17.28
%14.29

CMYK Percentages of Color #ce342b

%0
%75
%79
%19

Triadic Colors of #ce342b

#ce342b #2bce34 #342bce

Analogous Colors of #ce342b

#ce342b #ce862b #ce2b74

Monochromatic Colors of #ce342b

#ce342b

Complementary Color

#ce342b #2bc5ce

#ce342b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce342b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce342b Color CSS Codes

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

#ce342b Text Font Color

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

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


#ce342b Background Color

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

This div background color is #ce342b


#ce342b Border Color

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

This div border color is #ce342b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce342b


Comments

No comments written yet.

Please login to write comment.