Color Hex Logo

#d42baf Color Hex

#D42BAF
(212,43,175)
0 Favorites   0 Comments

Color spaces of #d42baf

RGB 21243175
HSL0.870.660.50
HSV313°80°83°
CMYK 0.000.800.17   0.17
XYZ35.753118.819942.3057
Yxy18.81990.36910.1943
Hunter Lab43.381971.1920-27.4518
CIE-Lab50.475874.4008-31.3271

#d42baf color RGB value is (212,43,175).

#d42baf hex color red value is 212, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d42baf hue: 0.87 , saturation: 0.66 and the lightness value of d42baf is 0.50.

The process color (four color CMYK) of #d42baf color hex is 0.00, 0.80, 0.17, 0.17. Web safe color of #d42baf is #cc3399. Color #d42baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101011 10101111
Octal 324 53 257
Decimal 212 43 175
Hex D4 2B AF

RGB Percentages of Color #d42baf

%49.30
%10.00
%40.70

CMYK Percentages of Color #d42baf

%0
%80
%17
%17

Triadic Colors of #d42baf

#d42baf #afd42b #2bafd4

Analogous Colors of #d42baf

#d42baf #d42b5a #a52bd4

Monochromatic Colors of #d42baf

#d42baf

Complementary Color

#d42baf #2bd450

#d42baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42baf Color CSS Codes

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

#d42baf Text Font Color

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

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


#d42baf Background Color

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

This div background color is #d42baf


#d42baf Border Color

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

This div border color is #d42baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42baf


Comments

No comments written yet.

Please login to write comment.