Color Hex Logo

#da626b Color Hex

#DA626B
(218,98,107)
0 Favorites   0 Comments

Color spaces of #da626b

RGB 21898107
HSL0.990.620.62
HSV356°55°85°
CMYK 0.000.550.51   0.15
XYZ35.935024.702316.7840
Yxy24.70230.46410.3191
Hunter Lab49.701442.081214.7690
CIE-Lab56.784247.820618.2537

#da626b color RGB value is (218,98,107).

#da626b hex color red value is 218, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #da626b hue: 0.99 , saturation: 0.62 and the lightness value of da626b is 0.62.

The process color (four color CMYK) of #da626b color hex is 0.00, 0.55, 0.51, 0.15. Web safe color of #da626b is #cc6666. Color #da626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01101011
Octal 332 142 153
Decimal 218 98 107
Hex DA 62 6B

RGB Percentages of Color #da626b

%51.54
%23.17
%25.30

CMYK Percentages of Color #da626b

%0
%55
%51
%15

Triadic Colors of #da626b

#da626b #6bda62 #626bda

Analogous Colors of #da626b

#da626b #da9562 #da62a7

Monochromatic Colors of #da626b

#da626b

Complementary Color

#da626b #62dad1

#da626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da626b Color CSS Codes

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

#da626b Text Font Color

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

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


#da626b Background Color

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

This div background color is #da626b


#da626b Border Color

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

This div border color is #da626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da626b


Comments

No comments written yet.

Please login to write comment.