Color Hex Logo

#d94bdf Color Hex

#D94BDF
(217,75,223)
0 Favorites   0 Comments

Color spaces of #d94bdf

RGB 21775223
HSL0.830.700.58
HSV298°66°87°
CMYK 0.030.660.00   0.13
XYZ44.450625.111672.3162
Yxy25.11160.31330.1770
Hunter Lab50.111570.6405-50.4838
CIE-Lab57.184072.6572-48.3179

#d94bdf color RGB value is (217,75,223).

#d94bdf hex color red value is 217, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d94bdf hue: 0.83 , saturation: 0.70 and the lightness value of d94bdf is 0.58.

The process color (four color CMYK) of #d94bdf color hex is 0.03, 0.66, 0.00, 0.13. Web safe color of #d94bdf is #cc33cc. Color #d94bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11011111
Octal 331 113 337
Decimal 217 75 223
Hex D9 4B DF

RGB Percentages of Color #d94bdf

%42.14
%14.56
%43.30

CMYK Percentages of Color #d94bdf

%3
%66
%0
%13

Triadic Colors of #d94bdf

#d94bdf #dfd94b #4bdfd9

Analogous Colors of #d94bdf

#d94bdf #df4b9b #8f4bdf

Monochromatic Colors of #d94bdf

#d94bdf

Complementary Color

#d94bdf #51df4b

#d94bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bdf Color CSS Codes

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

#d94bdf Text Font Color

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

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


#d94bdf Background Color

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

This div background color is #d94bdf


#d94bdf Border Color

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

This div border color is #d94bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bdf


Comments

No comments written yet.

Please login to write comment.