Color Hex Logo

#da265e Color Hex

#DA265E
(218,38,94)
0 Favorites   0 Comments

Color spaces of #da265e

RGB 2183894
HSL0.950.710.50
HSV341°83°85°
CMYK 0.000.830.57   0.15
XYZ31.626917.099812.2233
Yxy17.09980.51890.2806
Hunter Lab41.351964.155111.4207
CIE-Lab48.385568.954514.5291

#da265e color RGB value is (218,38,94).

#da265e hex color red value is 218, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da265e hue: 0.95 , saturation: 0.71 and the lightness value of da265e is 0.50.

The process color (four color CMYK) of #da265e color hex is 0.00, 0.83, 0.57, 0.15. Web safe color of #da265e is #cc3366. Color #da265e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100110 01011110
Octal 332 46 136
Decimal 218 38 94
Hex DA 26 5E

RGB Percentages of Color #da265e

%62.29
%10.86
%26.86

CMYK Percentages of Color #da265e

%0
%83
%57
%15

Triadic Colors of #da265e

#da265e #5eda26 #265eda

Analogous Colors of #da265e

#da265e #da4826 #da26b8

Monochromatic Colors of #da265e

#da265e

Complementary Color

#da265e #26daa2

#da265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da265e Color CSS Codes

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

#da265e Text Font Color

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

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


#da265e Background Color

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

This div background color is #da265e


#da265e Border Color

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

This div border color is #da265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da265e


Comments

No comments written yet.

Please login to write comment.