Color Hex Logo

#da235f Color Hex

#DA235F
(218,35,95)
0 Favorites   0 Comments

Color spaces of #da235f

RGB 2183595
HSL0.950.720.50
HSV340°84°85°
CMYK 0.000.840.56   0.15
XYZ31.580016.933712.4306
Yxy16.93370.51820.2779
Hunter Lab41.150664.971910.8953
CIE-Lab48.176469.684613.6261

#da235f color RGB value is (218,35,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 01011111
Octal 332 43 137
Decimal 218 35 95
Hex DA 23 5F

RGB Percentages of Color #da235f

%62.64
%10.06
%27.30

CMYK Percentages of Color #da235f

%0
%84
%56
%15

Triadic Colors of #da235f

#da235f #5fda23 #235fda

Analogous Colors of #da235f

#da235f #da4323 #da23bb

Monochromatic Colors of #da235f

#da235f

Complementary Color

#da235f #23da9e

#da235f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da235f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da235f Color CSS Codes

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

#da235f Text Font Color

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

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


#da235f Background Color

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

This div background color is #da235f


#da235f Border Color

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

This div border color is #da235f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,35,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 #da235f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da235f


Comments

No comments written yet.

Please login to write comment.