Color Hex Logo

#d484bf Color Hex

#D484BF
(212,132,191)
0 Favorites   0 Comments

Color spaces of #d484bf

RGB 212132191
HSL0.880.480.67
HSV316°38°83°
CMYK 0.000.380.10   0.17
XYZ44.806634.261253.5417
Yxy34.26120.33790.2584
Hunter Lab58.533134.2075-13.2609
CIE-Lab65.169439.2708-17.9135

#d484bf color RGB value is (212,132,191).

#d484bf hex color red value is 212, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d484bf hue: 0.88 , saturation: 0.48 and the lightness value of d484bf is 0.67.

The process color (four color CMYK) of #d484bf color hex is 0.00, 0.38, 0.10, 0.17. Web safe color of #d484bf is #cc99cc. Color #d484bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 10111111
Octal 324 204 277
Decimal 212 132 191
Hex D4 84 BF

RGB Percentages of Color #d484bf

%39.63
%24.67
%35.70

CMYK Percentages of Color #d484bf

%0
%38
%10
%17

Triadic Colors of #d484bf

#d484bf #bfd484 #84bfd4

Analogous Colors of #d484bf

#d484bf #d48497 #c184d4

Monochromatic Colors of #d484bf

#d484bf

Complementary Color

#d484bf #84d499

#d484bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d484bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d484bf Color CSS Codes

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

#d484bf Text Font Color

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

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


#d484bf Background Color

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

This div background color is #d484bf


#d484bf Border Color

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

This div border color is #d484bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d484bf


Comments

No comments written yet.

Please login to write comment.