Color Hex Logo

#da7bc9 Color Hex

#DA7BC9
(218,123,201)
0 Favorites   0 Comments

Color spaces of #da7bc9

RGB 218123201
HSL0.860.560.67
HSV311°44°85°
CMYK 0.000.440.08   0.15
XYZ46.539033.288459.2308
Yxy33.28840.33470.2394
Hunter Lab57.696143.0140-20.4798
CIE-Lab64.393847.5659-24.6549

#da7bc9 color RGB value is (218,123,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111011 11001001
Octal 332 173 311
Decimal 218 123 201
Hex DA 7B C9

RGB Percentages of Color #da7bc9

%40.22
%22.69
%37.08

CMYK Percentages of Color #da7bc9

%0
%44
%8
%15

Triadic Colors of #da7bc9

#da7bc9 #c9da7b #7bc9da

Analogous Colors of #da7bc9

#da7bc9 #da7b9a #bc7bda

Monochromatic Colors of #da7bc9

#da7bc9

Complementary Color

#da7bc9 #7bda8c

#da7bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7bc9 Color CSS Codes

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

#da7bc9 Text Font Color

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

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


#da7bc9 Background Color

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

This div background color is #da7bc9


#da7bc9 Border Color

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

This div border color is #da7bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7bc9


Comments

No comments written yet.

Please login to write comment.