Color Hex Logo

#df263e Color Hex

#DF263E
(223,38,62)
0 Favorites   0 Comments

Color spaces of #df263e

RGB 2233862
HSL0.980.740.51
HSV352°83°87°
CMYK 0.000.830.72   0.13
XYZ31.994017.42206.2339
Yxy17.42200.57490.3131
Hunter Lab41.739763.778220.3627
CIE-Lab48.787468.557634.6186

#df263e color RGB value is (223,38,62).

#df263e hex color red value is 223, green value is 38 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df263e hue: 0.98 , saturation: 0.74 and the lightness value of df263e is 0.51.

The process color (four color CMYK) of #df263e color hex is 0.00, 0.83, 0.72, 0.13. Web safe color of #df263e is #cc3333. Color #df263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100110 00111110
Octal 337 46 76
Decimal 223 38 62
Hex DF 26 3E

RGB Percentages of Color #df263e

%69.04
%11.76
%19.20

CMYK Percentages of Color #df263e

%0
%83
%72
%13

Triadic Colors of #df263e

#df263e #3edf26 #263edf

Analogous Colors of #df263e

#df263e #df6b26 #df269b

Monochromatic Colors of #df263e

#df263e

Complementary Color

#df263e #26dfc7

#df263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df263e Color CSS Codes

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

#df263e Text Font Color

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

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


#df263e Background Color

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

This div background color is #df263e


#df263e Border Color

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

This div border color is #df263e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,38,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df263e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df263e;
  -webkit-box-shadow: 1px 1px 3px 2px #df263e;
  box-shadow:         1px 1px 3px 2px #df263e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,38,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df263e


Comments

No comments written yet.

Please login to write comment.