Color Hex Logo

#d994be Color Hex

#D994BE
(217,148,190)
0 Favorites   0 Comments

Color spaces of #d994be

RGB 217148190
HSL0.900.480.72
HSV323°32°85°
CMYK 0.000.320.12   0.15
XYZ48.499439.649253.8121
Yxy39.64920.34160.2793
Hunter Lab62.967627.2923-6.5919
CIE-Lab69.218932.2253-11.1968

#d994be color RGB value is (217,148,190).

#d994be hex color red value is 217, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d994be hue: 0.90 , saturation: 0.48 and the lightness value of d994be is 0.72.

The process color (four color CMYK) of #d994be color hex is 0.00, 0.32, 0.12, 0.15. Web safe color of #d994be is #cc99cc. Color #d994be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 10111110
Octal 331 224 276
Decimal 217 148 190
Hex D9 94 BE

RGB Percentages of Color #d994be

%39.10
%26.67
%34.23

CMYK Percentages of Color #d994be

%0
%32
%12
%15

Triadic Colors of #d994be

#d994be #bed994 #94bed9

Analogous Colors of #d994be

#d994be #d9949c #d294d9

Monochromatic Colors of #d994be

#d994be

Complementary Color

#d994be #94d9af

#d994be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994be Color CSS Codes

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

#d994be Text Font Color

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

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


#d994be Background Color

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

This div background color is #d994be


#d994be Border Color

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

This div border color is #d994be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994be


Comments

No comments written yet.

Please login to write comment.