Color Hex Logo

#da268e Color Hex

#DA268E
(218,38,142)
0 Favorites   0 Comments

Color spaces of #da268e

RGB 21838142
HSL0.900.710.50
HSV325°83°85°
CMYK 0.000.830.35   0.15
XYZ34.489018.244627.2950
Yxy18.24460.43100.2280
Hunter Lab42.713769.3801-7.9880
CIE-Lab49.791473.0458-12.6730

#da268e color RGB value is (218,38,142).

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

The process color (four color CMYK) of #da268e color hex is 0.00, 0.83, 0.35, 0.15. Web safe color of #da268e is #cc3399. Color #da268e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100110 10001110
Octal 332 46 216
Decimal 218 38 142
Hex DA 26 8E

RGB Percentages of Color #da268e

%54.77
%9.55
%35.68

CMYK Percentages of Color #da268e

%0
%83
%35
%15

Triadic Colors of #da268e

#da268e #8eda26 #268eda

Analogous Colors of #da268e

#da268e #da2634 #cc26da

Monochromatic Colors of #da268e

#da268e

Complementary Color

#da268e #26da72

#da268e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da268e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da268e Color CSS Codes

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

#da268e Text Font Color

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

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


#da268e Background Color

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

This div background color is #da268e


#da268e Border Color

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

This div border color is #da268e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da268e


Comments

No comments written yet.

Please login to write comment.