Color Hex Logo

#da4ebd Color Hex

#DA4EBD
(218,78,189)
0 Favorites   0 Comments

Color spaces of #da4ebd

RGB 21878189
HSL0.870.650.58
HSV312°64°85°
CMYK 0.000.640.13   0.15
XYZ40.823124.028350.6304
Yxy24.02830.35350.2081
Hunter Lab49.018762.8734-26.9264
CIE-Lab56.116166.4017-30.6079

#da4ebd color RGB value is (218,78,189).

#da4ebd hex color red value is 218, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da4ebd hue: 0.87 , saturation: 0.65 and the lightness value of da4ebd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001110 10111101
Octal 332 116 275
Decimal 218 78 189
Hex DA 4E BD

RGB Percentages of Color #da4ebd

%44.95
%16.08
%38.97

CMYK Percentages of Color #da4ebd

%0
%64
%13
%15

Triadic Colors of #da4ebd

#da4ebd #bdda4e #4ebdda

Analogous Colors of #da4ebd

#da4ebd #da4e77 #b14eda

Monochromatic Colors of #da4ebd

#da4ebd

Complementary Color

#da4ebd #4eda6b

#da4ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4ebd Color CSS Codes

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

#da4ebd Text Font Color

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

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


#da4ebd Background Color

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

This div background color is #da4ebd


#da4ebd Border Color

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

This div border color is #da4ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4ebd


Comments

No comments written yet.

Please login to write comment.