Color Hex Logo

#da95b2 Color Hex

#DA95B2
(218,149,178)
0 Favorites   0 Comments

Color spaces of #da95b2

RGB 218149178
HSL0.930.480.72
HSV335°32°85°
CMYK 0.000.320.18   0.15
XYZ47.696839.614747.2520
Yxy39.61470.35450.2944
Hunter Lab62.940225.1239-0.4535
CIE-Lab69.194230.1156-4.5335

#da95b2 color RGB value is (218,149,178).

#da95b2 hex color red value is 218, green value is 149 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #da95b2 hue: 0.93 , saturation: 0.48 and the lightness value of da95b2 is 0.72.

The process color (four color CMYK) of #da95b2 color hex is 0.00, 0.32, 0.18, 0.15. Web safe color of #da95b2 is #cc9999. Color #da95b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 10110010
Octal 332 225 262
Decimal 218 149 178
Hex DA 95 B2

RGB Percentages of Color #da95b2

%40.00
%27.34
%32.66

CMYK Percentages of Color #da95b2

%0
%32
%18
%15

Triadic Colors of #da95b2

#da95b2 #b2da95 #95b2da

Analogous Colors of #da95b2

#da95b2 #da9b95 #da95d5

Monochromatic Colors of #da95b2

#da95b2

Complementary Color

#da95b2 #95dabd

#da95b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da95b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da95b2 Color CSS Codes

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

#da95b2 Text Font Color

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

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


#da95b2 Background Color

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

This div background color is #da95b2


#da95b2 Border Color

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

This div border color is #da95b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da95b2


Comments

No comments written yet.

Please login to write comment.