Color Hex Logo

#d309bf Color Hex

#D309BF
(211,9,191)
0 Favorites   0 Comments

Color spaces of #d309bf

RGB 2119191
HSL0.850.920.43
HSV306°96°83°
CMYK 0.000.960.09   0.17
XYZ36.365617.805850.8104
Yxy17.80580.34640.1696
Hunter Lab42.196979.9879-41.8548
CIE-Lab49.259781.6921-42.6127

#d309bf color RGB value is (211,9,191).

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

The process color (four color CMYK) of #d309bf color hex is 0.00, 0.96, 0.09, 0.17. Web safe color of #d309bf is #cc00cc. Color #d309bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001001 10111111
Octal 323 11 277
Decimal 211 9 191
Hex D3 9 BF

RGB Percentages of Color #d309bf

%51.34
%2.19
%46.47

CMYK Percentages of Color #d309bf

%0
%96
%9
%17

Triadic Colors of #d309bf

#d309bf #bfd309 #09bfd3

Analogous Colors of #d309bf

#d309bf #d3095a #8209d3

Monochromatic Colors of #d309bf

#d309bf

Complementary Color

#d309bf #09d31d

#d309bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d309bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d309bf Color CSS Codes

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

#d309bf Text Font Color

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

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


#d309bf Background Color

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

This div background color is #d309bf


#d309bf Border Color

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

This div border color is #d309bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d309bf


Comments

No comments written yet.

Please login to write comment.