Color Hex Logo

#da7cbd Color Hex

#DA7CBD
(218,124,189)
0 Favorites   0 Comments

Color spaces of #da7cbd

RGB 218124189
HSL0.880.560.67
HSV319°43°85°
CMYK 0.000.430.13   0.15
XYZ45.306432.994952.1248
Yxy32.99490.34740.2530
Hunter Lab57.441240.2688-13.5937
CIE-Lab64.156845.0770-18.2544

#da7cbd color RGB value is (218,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111100 10111101
Octal 332 174 275
Decimal 218 124 189
Hex DA 7C BD

RGB Percentages of Color #da7cbd

%41.05
%23.35
%35.59

CMYK Percentages of Color #da7cbd

%0
%43
%13
%15

Triadic Colors of #da7cbd

#da7cbd #bdda7c #7cbdda

Analogous Colors of #da7cbd

#da7cbd #da7c8e #c87cda

Monochromatic Colors of #da7cbd

#da7cbd

Complementary Color

#da7cbd #7cda99

#da7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7cbd Color CSS Codes

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

#da7cbd Text Font Color

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

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


#da7cbd Background Color

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

This div background color is #da7cbd


#da7cbd Border Color

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

This div border color is #da7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7cbd


Comments

No comments written yet.

Please login to write comment.