Color Hex Logo

#da438b Color Hex

#DA438B
(218,67,139)
0 Favorites   0 Comments

Color spaces of #da438b

RGB 21867139
HSL0.920.670.56
HSV331°69°85°
CMYK 0.000.690.36   0.15
XYZ35.580820.783826.5625
Yxy20.78380.42910.2506
Hunter Lab45.589359.5317-2.6327
CIE-Lab52.712164.1811-6.4992

#da438b color RGB value is (218,67,139).

#da438b hex color red value is 218, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da438b hue: 0.92 , saturation: 0.67 and the lightness value of da438b is 0.56.

The process color (four color CMYK) of #da438b color hex is 0.00, 0.69, 0.36, 0.15. Web safe color of #da438b is #cc3399. Color #da438b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 10001011
Octal 332 103 213
Decimal 218 67 139
Hex DA 43 8B

RGB Percentages of Color #da438b

%51.42
%15.80
%32.78

CMYK Percentages of Color #da438b

%0
%69
%36
%15

Triadic Colors of #da438b

#da438b #8bda43 #438bda

Analogous Colors of #da438b

#da438b #da4743 #da43d7

Monochromatic Colors of #da438b

#da438b

Complementary Color

#da438b #43da92

#da438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da438b Color CSS Codes

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

#da438b Text Font Color

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

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


#da438b Background Color

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

This div background color is #da438b


#da438b Border Color

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

This div border color is #da438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da438b


Comments

No comments written yet.

Please login to write comment.