Color Hex Logo

#da7abd Color Hex

#DA7ABD
(218,122,189)
0 Favorites   0 Comments

Color spaces of #da7abd

RGB 218122189
HSL0.880.560.67
HSV318°44°85°
CMYK 0.000.440.13   0.15
XYZ45.058332.498652.0421
Yxy32.49860.34770.2508
Hunter Lab57.007541.3218-14.2205
CIE-Lab63.752846.1038-18.8680

#da7abd color RGB value is (218,122,189).

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

The process color (four color CMYK) of #da7abd color hex is 0.00, 0.44, 0.13, 0.15. Web safe color of #da7abd is #cc66cc. Color #da7abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 10111101
Octal 332 172 275
Decimal 218 122 189
Hex DA 7A BD

RGB Percentages of Color #da7abd

%41.21
%23.06
%35.73

CMYK Percentages of Color #da7abd

%0
%44
%13
%15

Triadic Colors of #da7abd

#da7abd #bdda7a #7abdda

Analogous Colors of #da7abd

#da7abd #da7a8d #c77ada

Monochromatic Colors of #da7abd

#da7abd

Complementary Color

#da7abd #7ada97

#da7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7abd Color CSS Codes

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

#da7abd Text Font Color

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

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


#da7abd Background Color

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

This div background color is #da7abd


#da7abd Border Color

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

This div border color is #da7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7abd


Comments

No comments written yet.

Please login to write comment.