Color Hex Logo

#da239b Color Hex

#DA239B
(218,35,155)
0 Favorites   0 Comments

Color spaces of #da239b

RGB 21835155
HSL0.890.720.50
HSV321°84°85°
CMYK 0.000.840.29   0.15
XYZ35.430918.474032.7088
Yxy18.47400.40910.2133
Hunter Lab42.981471.9257-15.0327
CIE-Lab50.066075.0796-20.0396

#da239b color RGB value is (218,35,155).

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

The process color (four color CMYK) of #da239b color hex is 0.00, 0.84, 0.29, 0.15. Web safe color of #da239b is #cc3399. Color #da239b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 10011011
Octal 332 43 233
Decimal 218 35 155
Hex DA 23 9B

RGB Percentages of Color #da239b

%53.43
%8.58
%37.99

CMYK Percentages of Color #da239b

%0
%84
%29
%15

Triadic Colors of #da239b

#da239b #9bda23 #239bda

Analogous Colors of #da239b

#da239b #da233f #be23da

Monochromatic Colors of #da239b

#da239b

Complementary Color

#da239b #23da62

#da239b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da239b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da239b Color CSS Codes

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

#da239b Text Font Color

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

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


#da239b Background Color

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

This div background color is #da239b


#da239b Border Color

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

This div border color is #da239b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da239b


Comments

No comments written yet.

Please login to write comment.