Color Hex Logo

#da4bbd Color Hex

#DA4BBD
(218,75,189)
0 Favorites   0 Comments

Color spaces of #da4bbd

RGB 21875189
HSL0.870.660.57
HSV312°66°85°
CMYK 0.000.660.13   0.15
XYZ40.614823.611750.5610
Yxy23.61170.35380.2057
Hunter Lab48.591964.1608-27.6783
CIE-Lab55.696967.5659-31.2598

#da4bbd color RGB value is (218,75,189).

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

The process color (four color CMYK) of #da4bbd color hex is 0.00, 0.66, 0.13, 0.15. Web safe color of #da4bbd is #cc33cc. Color #da4bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001011 10111101
Octal 332 113 275
Decimal 218 75 189
Hex DA 4B BD

RGB Percentages of Color #da4bbd

%45.23
%15.56
%39.21

CMYK Percentages of Color #da4bbd

%0
%66
%13
%15

Triadic Colors of #da4bbd

#da4bbd #bdda4b #4bbdda

Analogous Colors of #da4bbd

#da4bbd #da4b76 #b04bda

Monochromatic Colors of #da4bbd

#da4bbd

Complementary Color

#da4bbd #4bda68

#da4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4bbd Color CSS Codes

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

#da4bbd Text Font Color

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

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


#da4bbd Background Color

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

This div background color is #da4bbd


#da4bbd Border Color

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

This div border color is #da4bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4bbd


Comments

No comments written yet.

Please login to write comment.