Color Hex Logo

#d247bf Color Hex

#D247BF
(210,71,191)
0 Favorites   0 Comments

Color spaces of #d247bf

RGB 21071191
HSL0.860.610.55
HSV308°66°82°
CMYK 0.000.660.09   0.18
XYZ38.235621.969751.5156
Yxy21.96970.34220.1966
Hunter Lab46.871863.5852-32.3538
CIE-Lab53.994867.4002-35.1630

#d247bf color RGB value is (210,71,191).

#d247bf hex color red value is 210, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d247bf hue: 0.86 , saturation: 0.61 and the lightness value of d247bf is 0.55.

The process color (four color CMYK) of #d247bf color hex is 0.00, 0.66, 0.09, 0.18. Web safe color of #d247bf is #cc33cc. Color #d247bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000111 10111111
Octal 322 107 277
Decimal 210 71 191
Hex D2 47 BF

RGB Percentages of Color #d247bf

%44.49
%15.04
%40.47

CMYK Percentages of Color #d247bf

%0
%66
%9
%18

Triadic Colors of #d247bf

#d247bf #bfd247 #47bfd2

Analogous Colors of #d247bf

#d247bf #d2477a #a047d2

Monochromatic Colors of #d247bf

#d247bf

Complementary Color

#d247bf #47d25a

#d247bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d247bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d247bf Color CSS Codes

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

#d247bf Text Font Color

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

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


#d247bf Background Color

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

This div background color is #d247bf


#d247bf Border Color

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

This div border color is #d247bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d247bf


Comments

No comments written yet.

Please login to write comment.