Color Hex Logo

#d839bf Color Hex

#D839BF
(216,57,191)
0 Favorites   0 Comments

Color spaces of #d839bf

RGB 21657191
HSL0.860.670.54
HSV309°74°85°
CMYK 0.000.740.12   0.15
XYZ39.186021.286851.3336
Yxy21.28680.35050.1904
Hunter Lab46.137670.8643-33.6709
CIE-Lab53.262073.5923-36.2429

#d839bf color RGB value is (216,57,191).

#d839bf hex color red value is 216, green value is 57 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d839bf hue: 0.86 , saturation: 0.67 and the lightness value of d839bf is 0.54.

The process color (four color CMYK) of #d839bf color hex is 0.00, 0.74, 0.12, 0.15. Web safe color of #d839bf is #cc33cc. Color #d839bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 10111111
Octal 330 71 277
Decimal 216 57 191
Hex D8 39 BF

RGB Percentages of Color #d839bf

%46.55
%12.28
%41.16

CMYK Percentages of Color #d839bf

%0
%74
%12
%15

Triadic Colors of #d839bf

#d839bf #bfd839 #39bfd8

Analogous Colors of #d839bf

#d839bf #d83970 #a239d8

Monochromatic Colors of #d839bf

#d839bf

Complementary Color

#d839bf #39d852

#d839bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d839bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d839bf Color CSS Codes

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

#d839bf Text Font Color

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

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


#d839bf Background Color

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

This div background color is #d839bf


#d839bf Border Color

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

This div border color is #d839bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d839bf


Comments

No comments written yet.

Please login to write comment.