Color Hex Logo

#d441ba Color Hex

#D441BA
(212,65,186)
0 Favorites   0 Comments

Color spaces of #d441ba

RGB 21265186
HSL0.860.630.54
HSV311°69°83°
CMYK 0.000.690.12   0.17
XYZ37.904621.322848.5723
Yxy21.32280.35160.1978
Hunter Lab46.176665.7147-30.0424
CIE-Lab53.301069.3228-33.3330

#d441ba color RGB value is (212,65,186).

#d441ba hex color red value is 212, green value is 65 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d441ba hue: 0.86 , saturation: 0.63 and the lightness value of d441ba is 0.54.

The process color (four color CMYK) of #d441ba color hex is 0.00, 0.69, 0.12, 0.17. Web safe color of #d441ba is #cc33cc. Color #d441ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000001 10111010
Octal 324 101 272
Decimal 212 65 186
Hex D4 41 BA

RGB Percentages of Color #d441ba

%45.79
%14.04
%40.17

CMYK Percentages of Color #d441ba

%0
%69
%12
%17

Triadic Colors of #d441ba

#d441ba #bad441 #41bad4

Analogous Colors of #d441ba

#d441ba #d44171 #a541d4

Monochromatic Colors of #d441ba

#d441ba

Complementary Color

#d441ba #41d45b

#d441ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d441ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d441ba Color CSS Codes

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

#d441ba Text Font Color

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

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


#d441ba Background Color

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

This div background color is #d441ba


#d441ba Border Color

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

This div border color is #d441ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d441ba


Comments

No comments written yet.

Please login to write comment.