Color Hex Logo

#ce621d Color Hex

#CE621D
(206,98,29)
0 Favorites   0 Comments

Color spaces of #ce621d

RGB 2069829
HSL0.060.750.46
HSV23°86°81°
CMYK 0.000.520.86   0.19
XYZ30.043121.94593.8149
Yxy21.94590.53840.3933
Hunter Lab46.846532.492627.9643
CIE-Lab53.969639.002555.1930

#ce621d color RGB value is (206,98,29).

#ce621d hex color red value is 206, green value is 98 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ce621d hue: 0.06 , saturation: 0.75 and the lightness value of ce621d is 0.46.

The process color (four color CMYK) of #ce621d color hex is 0.00, 0.52, 0.86, 0.19. Web safe color of #ce621d is #cc6633. Color #ce621d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 00011101
Octal 316 142 35
Decimal 206 98 29
Hex CE 62 1D

RGB Percentages of Color #ce621d

%61.86
%29.43
%8.71

CMYK Percentages of Color #ce621d

%0
%52
%86
%19

Triadic Colors of #ce621d

#ce621d #1dce62 #621dce

Analogous Colors of #ce621d

#ce621d #cebb1d #ce1d30

Monochromatic Colors of #ce621d

#ce621d

Complementary Color

#ce621d #1d89ce

#ce621d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce621d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce621d Color CSS Codes

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

#ce621d Text Font Color

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

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


#ce621d Background Color

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

This div background color is #ce621d


#ce621d Border Color

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

This div border color is #ce621d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce621d


Comments

No comments written yet.

Please login to write comment.