Color Hex Logo

#d461ba Color Hex

#D461BA
(212,97,186)
0 Favorites   0 Comments

Color spaces of #d461ba

RGB 21297186
HSL0.870.570.61
HSV314°54°83°
CMYK 0.000.540.12   0.17
XYZ40.289026.091649.3671
Yxy26.09160.34810.2254
Hunter Lab51.079951.4009-21.5459
CIE-Lab58.123956.0951-25.8466

#d461ba color RGB value is (212,97,186).

#d461ba hex color red value is 212, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d461ba hue: 0.87 , saturation: 0.57 and the lightness value of d461ba is 0.61.

The process color (four color CMYK) of #d461ba color hex is 0.00, 0.54, 0.12, 0.17. Web safe color of #d461ba is #cc66cc. Color #d461ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100001 10111010
Octal 324 141 272
Decimal 212 97 186
Hex D4 61 BA

RGB Percentages of Color #d461ba

%42.83
%19.60
%37.58

CMYK Percentages of Color #d461ba

%0
%54
%12
%17

Triadic Colors of #d461ba

#d461ba #bad461 #61bad4

Analogous Colors of #d461ba

#d461ba #d46181 #b561d4

Monochromatic Colors of #d461ba

#d461ba

Complementary Color

#d461ba #61d47b

#d461ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d461ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d461ba Color CSS Codes

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

#d461ba Text Font Color

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

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


#d461ba Background Color

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

This div background color is #d461ba


#d461ba Border Color

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

This div border color is #d461ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,97,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d461ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d461ba


Comments

No comments written yet.

Please login to write comment.