Color Hex Logo

#da817b Color Hex

#DA817B
(218,129,123)
0 Favorites   0 Comments

Color spaces of #da817b

RGB 218129123
HSL0.010.560.67
HSV44°85°
CMYK 0.000.410.44   0.15
XYZ40.338932.036022.7964
Yxy32.03600.42390.3366
Hunter Lab56.600428.165815.7406
CIE-Lab63.372633.626218.0907

#da817b color RGB value is (218,129,123).

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

The process color (four color CMYK) of #da817b color hex is 0.00, 0.41, 0.44, 0.15. Web safe color of #da817b is #cc9966. Color #da817b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 01111011
Octal 332 201 173
Decimal 218 129 123
Hex DA 81 7B

RGB Percentages of Color #da817b

%46.38
%27.45
%26.17

CMYK Percentages of Color #da817b

%0
%41
%44
%15

Triadic Colors of #da817b

#da817b #7bda81 #817bda

Analogous Colors of #da817b

#da817b #dab17b #da7ba5

Monochromatic Colors of #da817b

#da817b

Complementary Color

#da817b #7bd4da

#da817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da817b Color CSS Codes

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

#da817b Text Font Color

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

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


#da817b Background Color

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

This div background color is #da817b


#da817b Border Color

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

This div border color is #da817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da817b


Comments

No comments written yet.

Please login to write comment.