Color Hex Logo

#d854be Color Hex

#D854BE
(216,84,190)
0 Favorites   0 Comments

Color spaces of #d854be

RGB 21684190
HSL0.870.630.59
HSV312°61°85°
CMYK 0.000.610.12   0.15
XYZ40.783524.657351.3250
Yxy24.65730.34930.2112
Hunter Lab49.656159.7072-26.5234
CIE-Lab56.740063.5907-30.2376

#d854be color RGB value is (216,84,190).

#d854be hex color red value is 216, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d854be hue: 0.87 , saturation: 0.63 and the lightness value of d854be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 10111110
Octal 330 124 276
Decimal 216 84 190
Hex D8 54 BE

RGB Percentages of Color #d854be

%44.08
%17.14
%38.78

CMYK Percentages of Color #d854be

%0
%61
%12
%15

Triadic Colors of #d854be

#d854be #bed854 #54bed8

Analogous Colors of #d854be

#d854be #d8547c #b054d8

Monochromatic Colors of #d854be

#d854be

Complementary Color

#d854be #54d86e

#d854be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854be Color CSS Codes

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

#d854be Text Font Color

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

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


#d854be Background Color

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

This div background color is #d854be


#d854be Border Color

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

This div border color is #d854be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854be


Comments

No comments written yet.

Please login to write comment.