Color Hex Logo

#da265f Color Hex

#DA265F
(218,38,95)
0 Favorites   0 Comments

Color spaces of #da265f

RGB 2183895
HSL0.950.710.50
HSV341°83°85°
CMYK 0.000.830.56   0.15
XYZ31.672117.117912.4612
Yxy17.11790.51710.2795
Hunter Lab41.373864.239611.1043
CIE-Lab48.408269.021513.9463

#da265f color RGB value is (218,38,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100110 01011111
Octal 332 46 137
Decimal 218 38 95
Hex DA 26 5F

RGB Percentages of Color #da265f

%62.11
%10.83
%27.07

CMYK Percentages of Color #da265f

%0
%83
%56
%15

Triadic Colors of #da265f

#da265f #5fda26 #265fda

Analogous Colors of #da265f

#da265f #da4726 #da26b9

Monochromatic Colors of #da265f

#da265f

Complementary Color

#da265f #26daa1

#da265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da265f Color CSS Codes

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

#da265f Text Font Color

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

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


#da265f Background Color

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

This div background color is #da265f


#da265f Border Color

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

This div border color is #da265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da265f


Comments

No comments written yet.

Please login to write comment.