Color Hex Logo

#d328bf Color Hex

#D328BF
(211,40,191)
0 Favorites   0 Comments

Color spaces of #d328bf

RGB 21140191
HSL0.850.680.49
HSV307°81°83°
CMYK 0.000.810.09   0.17
XYZ37.026719.128151.0308
Yxy19.12810.34540.1785
Hunter Lab43.735774.5809-38.5646
CIE-Lab50.836777.0810-40.1176

#d328bf color RGB value is (211,40,191).

#d328bf hex color red value is 211, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d328bf hue: 0.85 , saturation: 0.68 and the lightness value of d328bf is 0.49.

The process color (four color CMYK) of #d328bf color hex is 0.00, 0.81, 0.09, 0.17. Web safe color of #d328bf is #cc33cc. Color #d328bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101000 10111111
Octal 323 50 277
Decimal 211 40 191
Hex D3 28 BF

RGB Percentages of Color #d328bf

%47.74
%9.05
%43.21

CMYK Percentages of Color #d328bf

%0
%81
%9
%17

Triadic Colors of #d328bf

#d328bf #bfd328 #28bfd3

Analogous Colors of #d328bf

#d328bf #d3286a #9228d3

Monochromatic Colors of #d328bf

#d328bf

Complementary Color

#d328bf #28d33c

#d328bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d328bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d328bf Color CSS Codes

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

#d328bf Text Font Color

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

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


#d328bf Background Color

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

This div background color is #d328bf


#d328bf Border Color

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

This div border color is #d328bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d328bf


Comments

No comments written yet.

Please login to write comment.