Color Hex Logo

#de651b Color Hex

#DE651B
(222,101,27)
0 Favorites   0 Comments

Color spaces of #de651b

RGB 22210127
HSL0.060.780.49
HSV23°88°87°
CMYK 0.000.550.88   0.13
XYZ34.975724.91614.0028
Yxy24.91610.54740.3900
Hunter Lab49.916037.720230.1867
CIE-Lab56.993643.671859.3495

#de651b color RGB value is (222,101,27).

#de651b hex color red value is 222, green value is 101 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de651b hue: 0.06 , saturation: 0.78 and the lightness value of de651b is 0.49.

The process color (four color CMYK) of #de651b color hex is 0.00, 0.55, 0.88, 0.13. Web safe color of #de651b is #cc6633. Color #de651b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 00011011
Octal 336 145 33
Decimal 222 101 27
Hex DE 65 1B

RGB Percentages of Color #de651b

%63.43
%28.86
%7.71

CMYK Percentages of Color #de651b

%0
%55
%88
%13

Triadic Colors of #de651b

#de651b #1bde65 #651bde

Analogous Colors of #de651b

#de651b #dec71b #de1b32

Monochromatic Colors of #de651b

#de651b

Complementary Color

#de651b #1b94de

#de651b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de651b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de651b Color CSS Codes

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

#de651b Text Font Color

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

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


#de651b Background Color

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

This div background color is #de651b


#de651b Border Color

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

This div border color is #de651b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,101,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de651b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de651b;
  -webkit-box-shadow: 1px 1px 3px 2px #de651b;
  box-shadow:         1px 1px 3px 2px #de651b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,101,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de651b


Comments

No comments written yet.

Please login to write comment.