Color Hex Logo

#ce461c Color Hex

#CE461C
(206,70,28)
0 Favorites   0 Comments

Color spaces of #ce461c

RGB 2067028
HSL0.040.760.46
HSV14°86°81°
CMYK 0.000.660.86   0.19
XYZ27.853417.58603.0250
Yxy17.58600.57470.3629
Hunter Lab41.935745.171125.0781
CIE-Lab48.990151.981451.4780

#ce461c color RGB value is (206,70,28).

#ce461c hex color red value is 206, green value is 70 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ce461c hue: 0.04 , saturation: 0.76 and the lightness value of ce461c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 00011100
Octal 316 106 34
Decimal 206 70 28
Hex CE 46 1C

RGB Percentages of Color #ce461c

%67.76
%23.03
%9.21

CMYK Percentages of Color #ce461c

%0
%66
%86
%19

Triadic Colors of #ce461c

#ce461c #1cce46 #461cce

Analogous Colors of #ce461c

#ce461c #ce9f1c #ce1c4b

Monochromatic Colors of #ce461c

#ce461c

Complementary Color

#ce461c #1ca4ce

#ce461c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce461c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce461c Color CSS Codes

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

#ce461c Text Font Color

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

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


#ce461c Background Color

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

This div background color is #ce461c


#ce461c Border Color

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

This div border color is #ce461c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce461c


Comments

No comments written yet.

Please login to write comment.