Color Hex Logo

#d43abe Color Hex

#D43ABE
(212,58,190)
0 Favorites   0 Comments

Color spaces of #d43abe

RGB 21258190
HSL0.860.640.53
HSV309°73°83°
CMYK 0.000.730.10   0.17
XYZ37.958720.740950.7179
Yxy20.74090.34690.1896
Hunter Lab45.542269.0782-34.1486
CIE-Lab52.664872.2402-36.6477

#d43abe color RGB value is (212,58,190).

#d43abe hex color red value is 212, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d43abe hue: 0.86 , saturation: 0.64 and the lightness value of d43abe is 0.53.

The process color (four color CMYK) of #d43abe color hex is 0.00, 0.73, 0.10, 0.17. Web safe color of #d43abe is #cc33cc. Color #d43abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111010 10111110
Octal 324 72 276
Decimal 212 58 190
Hex D4 3A BE

RGB Percentages of Color #d43abe

%46.09
%12.61
%41.30

CMYK Percentages of Color #d43abe

%0
%73
%10
%17

Triadic Colors of #d43abe

#d43abe #bed43a #3abed4

Analogous Colors of #d43abe

#d43abe #d43a71 #9d3ad4

Monochromatic Colors of #d43abe

#d43abe

Complementary Color

#d43abe #3ad450

#d43abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43abe Color CSS Codes

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

#d43abe Text Font Color

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

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


#d43abe Background Color

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

This div background color is #d43abe


#d43abe Border Color

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

This div border color is #d43abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43abe


Comments

No comments written yet.

Please login to write comment.