Color Hex Logo

#ce353d Color Hex

#CE353D
(206,53,61)
0 Favorites   0 Comments

Color spaces of #ce353d

RGB 2065361
HSL0.990.610.51
HSV357°74°81°
CMYK 0.000.740.70   0.19
XYZ27.569016.00496.0511
Yxy16.00490.55550.3225
Hunter Lab40.006152.997119.0364
CIE-Lab46.980959.507332.2649

#ce353d color RGB value is (206,53,61).

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

The process color (four color CMYK) of #ce353d color hex is 0.00, 0.74, 0.70, 0.19. Web safe color of #ce353d is #cc3333. Color #ce353d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110101 00111101
Octal 316 65 75
Decimal 206 53 61
Hex CE 35 3D

RGB Percentages of Color #ce353d

%64.38
%16.56
%19.06

CMYK Percentages of Color #ce353d

%0
%74
%70
%19

Triadic Colors of #ce353d

#ce353d #3dce35 #353dce

Analogous Colors of #ce353d

#ce353d #ce7a35 #ce358a

Monochromatic Colors of #ce353d

#ce353d

Complementary Color

#ce353d #35cec6

#ce353d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce353d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce353d Color CSS Codes

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

#ce353d Text Font Color

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

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


#ce353d Background Color

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

This div background color is #ce353d


#ce353d Border Color

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

This div border color is #ce353d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce353d


Comments

No comments written yet.

Please login to write comment.