Color Hex Logo

#d962bf Color Hex

#D962BF
(217,98,191)
0 Favorites   0 Comments

Color spaces of #d962bf

RGB 21798191
HSL0.870.610.62
HSV313°55°85°
CMYK 0.000.550.12   0.15
XYZ42.386927.248752.3157
Yxy27.24870.34760.2234
Hunter Lab52.200353.5924-22.8809
CIE-Lab59.203857.8495-26.9847

#d962bf color RGB value is (217,98,191).

#d962bf hex color red value is 217, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d962bf hue: 0.87 , saturation: 0.61 and the lightness value of d962bf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 10111111
Octal 331 142 277
Decimal 217 98 191
Hex D9 62 BF

RGB Percentages of Color #d962bf

%42.89
%19.37
%37.75

CMYK Percentages of Color #d962bf

%0
%55
%12
%15

Triadic Colors of #d962bf

#d962bf #bfd962 #62bfd9

Analogous Colors of #d962bf

#d962bf #d96284 #b862d9

Monochromatic Colors of #d962bf

#d962bf

Complementary Color

#d962bf #62d97c

#d962bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d962bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d962bf Color CSS Codes

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

#d962bf Text Font Color

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

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


#d962bf Background Color

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

This div background color is #d962bf


#d962bf Border Color

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

This div border color is #d962bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d962bf


Comments

No comments written yet.

Please login to write comment.