Color Hex Logo

#ce473d Color Hex

#CE473D
(206,71,61)
0 Favorites   0 Comments

Color spaces of #ce473d

RGB 2067161
HSL0.010.600.52
HSV70°81°
CMYK 0.000.660.70   0.19
XYZ28.549117.96526.3778
Yxy17.96520.53980.3397
Hunter Lab42.385446.056120.7483
CIE-Lab49.453952.724635.1791

#ce473d color RGB value is (206,71,61).

#ce473d hex color red value is 206, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ce473d hue: 0.01 , saturation: 0.60 and the lightness value of ce473d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 00111101
Octal 316 107 75
Decimal 206 71 61
Hex CE 47 3D

RGB Percentages of Color #ce473d

%60.95
%21.01
%18.05

CMYK Percentages of Color #ce473d

%0
%66
%70
%19

Triadic Colors of #ce473d

#ce473d #3dce47 #473dce

Analogous Colors of #ce473d

#ce473d #ce903d #ce3d7c

Monochromatic Colors of #ce473d

#ce473d

Complementary Color

#ce473d #3dc4ce

#ce473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce473d Color CSS Codes

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

#ce473d Text Font Color

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

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


#ce473d Background Color

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

This div background color is #ce473d


#ce473d Border Color

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

This div border color is #ce473d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,71,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 #ce473d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce473d


Comments

No comments written yet.

Please login to write comment.