Color Hex Logo

#d842bf Color Hex

#D842BF
(216,66,191)
0 Favorites   0 Comments

Color spaces of #d842bf

RGB 21666191
HSL0.860.660.55
HSV310°69°85°
CMYK 0.000.690.12   0.15
XYZ39.671122.256951.4953
Yxy22.25690.34980.1962
Hunter Lab47.177267.5397-31.6927
CIE-Lab54.298570.6537-34.6190

#d842bf color RGB value is (216,66,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000010 10111111
Octal 330 102 277
Decimal 216 66 191
Hex D8 42 BF

RGB Percentages of Color #d842bf

%45.67
%13.95
%40.38

CMYK Percentages of Color #d842bf

%0
%69
%12
%15

Triadic Colors of #d842bf

#d842bf #bfd842 #42bfd8

Analogous Colors of #d842bf

#d842bf #d84274 #a642d8

Monochromatic Colors of #d842bf

#d842bf

Complementary Color

#d842bf #42d85b

#d842bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d842bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d842bf Color CSS Codes

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

#d842bf Text Font Color

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

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


#d842bf Background Color

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

This div background color is #d842bf


#d842bf Border Color

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

This div border color is #d842bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d842bf


Comments

No comments written yet.

Please login to write comment.