Color Hex Logo

#da7bbf Color Hex

#DA7BBF
(218,123,191)
0 Favorites   0 Comments

Color spaces of #da7bbf

RGB 218123191
HSL0.880.560.67
HSV317°44°85°
CMYK 0.000.440.12   0.15
XYZ45.400432.832953.2347
Yxy32.83290.34530.2497
Hunter Lab57.300041.1556-14.9735
CIE-Lab64.025445.9133-19.5836

#da7bbf color RGB value is (218,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111011 10111111
Octal 332 173 277
Decimal 218 123 191
Hex DA 7B BF

RGB Percentages of Color #da7bbf

%40.98
%23.12
%35.90

CMYK Percentages of Color #da7bbf

%0
%44
%12
%15

Triadic Colors of #da7bbf

#da7bbf #bfda7b #7bbfda

Analogous Colors of #da7bbf

#da7bbf #da7b90 #c67bda

Monochromatic Colors of #da7bbf

#da7bbf

Complementary Color

#da7bbf #7bda96

#da7bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7bbf Color CSS Codes

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

#da7bbf Text Font Color

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

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


#da7bbf Background Color

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

This div background color is #da7bbf


#da7bbf Border Color

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

This div border color is #da7bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7bbf


Comments

No comments written yet.

Please login to write comment.