Color Hex Logo

#d605bf Color Hex

#D605BF
(214,5,191)
0 Favorites   0 Comments

Color spaces of #d605bf

RGB 2145191
HSL0.850.950.43
HSV307°98°84°
CMYK 0.000.980.11   0.16
XYZ37.189818.166350.8365
Yxy18.16630.35020.1711
Hunter Lab42.621981.1619-40.8816
CIE-Lab49.697282.5282-41.8850

#d605bf color RGB value is (214,5,191).

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

The process color (four color CMYK) of #d605bf color hex is 0.00, 0.98, 0.11, 0.16. Web safe color of #d605bf is #cc00cc. Color #d605bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 10111111
Octal 326 5 277
Decimal 214 5 191
Hex D6 5 BF

RGB Percentages of Color #d605bf

%52.20
%1.22
%46.59

CMYK Percentages of Color #d605bf

%0
%98
%11
%16

Triadic Colors of #d605bf

#d605bf #bfd605 #05bfd6

Analogous Colors of #d605bf

#d605bf #d60556 #8505d6

Monochromatic Colors of #d605bf

#d605bf

Complementary Color

#d605bf #05d61c

#d605bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d605bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d605bf Color CSS Codes

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

#d605bf Text Font Color

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

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


#d605bf Background Color

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

This div background color is #d605bf


#d605bf Border Color

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

This div border color is #d605bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d605bf


Comments

No comments written yet.

Please login to write comment.