Color Hex Logo

#da237b Color Hex

#DA237B
(218,35,123)
0 Favorites   0 Comments

Color spaces of #da237b

RGB 21835123
HSL0.920.720.50
HSV331°84°85°
CMYK 0.000.840.44   0.15
XYZ33.089617.537620.3800
Yxy17.53760.46600.2470
Hunter Lab41.877967.75440.4609
CIE-Lab48.930471.8670-2.4560

#da237b color RGB value is (218,35,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 01111011
Octal 332 43 173
Decimal 218 35 123
Hex DA 23 7B

RGB Percentages of Color #da237b

%57.98
%9.31
%32.71

CMYK Percentages of Color #da237b

%0
%84
%44
%15

Triadic Colors of #da237b

#da237b #7bda23 #237bda

Analogous Colors of #da237b

#da237b #da2723 #da23d7

Monochromatic Colors of #da237b

#da237b

Complementary Color

#da237b #23da82

#da237b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da237b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da237b Color CSS Codes

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

#da237b Text Font Color

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

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


#da237b Background Color

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

This div background color is #da237b


#da237b Border Color

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

This div border color is #da237b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da237b


Comments

No comments written yet.

Please login to write comment.