Color Hex Logo

#d460bf Color Hex

#D460BF
(212,96,191)
0 Favorites   0 Comments

Color spaces of #d460bf

RGB 21296191
HSL0.860.570.60
HSV311°55°83°
CMYK 0.000.550.10   0.17
XYZ40.738226.124452.1856
Yxy26.12440.34220.2194
Hunter Lab51.112052.8251-24.7569
CIE-Lab58.154957.3520-28.6632

#d460bf color RGB value is (212,96,191).

#d460bf hex color red value is 212, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d460bf hue: 0.86 , saturation: 0.57 and the lightness value of d460bf is 0.60.

The process color (four color CMYK) of #d460bf color hex is 0.00, 0.55, 0.10, 0.17. Web safe color of #d460bf is #cc66cc. Color #d460bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 10111111
Octal 324 140 277
Decimal 212 96 191
Hex D4 60 BF

RGB Percentages of Color #d460bf

%42.48
%19.24
%38.28

CMYK Percentages of Color #d460bf

%0
%55
%10
%17

Triadic Colors of #d460bf

#d460bf #bfd460 #60bfd4

Analogous Colors of #d460bf

#d460bf #d46085 #af60d4

Monochromatic Colors of #d460bf

#d460bf

Complementary Color

#d460bf #60d475

#d460bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460bf Color CSS Codes

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

#d460bf Text Font Color

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

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


#d460bf Background Color

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

This div background color is #d460bf


#d460bf Border Color

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

This div border color is #d460bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460bf


Comments

No comments written yet.

Please login to write comment.