Color Hex Logo

#da4bbf Color Hex

#DA4BBF
(218,75,191)
0 Favorites   0 Comments

Color spaces of #da4bbf

RGB 21875191
HSL0.860.660.57
HSV311°66°85°
CMYK 0.000.660.12   0.15
XYZ40.833523.699251.7124
Yxy23.69920.35130.2039
Hunter Lab48.681864.5296-28.9037
CIE-Lab55.785467.8594-32.2741

#da4bbf color RGB value is (218,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001011 10111111
Octal 332 113 277
Decimal 218 75 191
Hex DA 4B BF

RGB Percentages of Color #da4bbf

%45.04
%15.50
%39.46

CMYK Percentages of Color #da4bbf

%0
%66
%12
%15

Triadic Colors of #da4bbf

#da4bbf #bfda4b #4bbfda

Analogous Colors of #da4bbf

#da4bbf #da4b78 #ae4bda

Monochromatic Colors of #da4bbf

#da4bbf

Complementary Color

#da4bbf #4bda66

#da4bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4bbf Color CSS Codes

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

#da4bbf Text Font Color

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

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


#da4bbf Background Color

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

This div background color is #da4bbf


#da4bbf Border Color

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

This div border color is #da4bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4bbf


Comments

No comments written yet.

Please login to write comment.