Color Hex Logo

#ce621a Color Hex

#CE621A
(206,98,26)
0 Favorites   0 Comments

Color spaces of #ce621a

RGB 2069826
HSL0.070.780.45
HSV24°87°81°
CMYK 0.000.520.87   0.19
XYZ30.007721.93183.6290
Yxy21.93180.54000.3947
Hunter Lab46.831432.420828.1876
CIE-Lab53.954638.933356.2479

#ce621a color RGB value is (206,98,26).

#ce621a hex color red value is 206, green value is 98 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ce621a hue: 0.07 , saturation: 0.78 and the lightness value of ce621a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 00011010
Octal 316 142 32
Decimal 206 98 26
Hex CE 62 1A

RGB Percentages of Color #ce621a

%62.42
%29.70
%7.88

CMYK Percentages of Color #ce621a

%0
%52
%87
%19

Triadic Colors of #ce621a

#ce621a #1ace62 #621ace

Analogous Colors of #ce621a

#ce621a #cebc1a #ce1a2c

Monochromatic Colors of #ce621a

#ce621a

Complementary Color

#ce621a #1a86ce

#ce621a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce621a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce621a Color CSS Codes

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

#ce621a Text Font Color

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

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


#ce621a Background Color

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

This div background color is #ce621a


#ce621a Border Color

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

This div border color is #ce621a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce621a


Comments

No comments written yet.

Please login to write comment.