Color Hex Logo

#d43abc Color Hex

#D43ABC
(212,58,188)
0 Favorites   0 Comments

Color spaces of #d43abc

RGB 21258188
HSL0.860.640.53
HSV309°73°83°
CMYK 0.000.730.11   0.17
XYZ37.741520.654049.5744
Yxy20.65400.34960.1913
Hunter Lab45.446768.7049-32.8624
CIE-Lab52.568771.9505-35.6393

#d43abc color RGB value is (212,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111010 10111100
Octal 324 72 274
Decimal 212 58 188
Hex D4 3A BC

RGB Percentages of Color #d43abc

%46.29
%12.66
%41.05

CMYK Percentages of Color #d43abc

%0
%73
%11
%17

Triadic Colors of #d43abc

#d43abc #bcd43a #3abcd4

Analogous Colors of #d43abc

#d43abc #d43a6f #9f3ad4

Monochromatic Colors of #d43abc

#d43abc

Complementary Color

#d43abc #3ad452

#d43abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43abc Color CSS Codes

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

#d43abc Text Font Color

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

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


#d43abc Background Color

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

This div background color is #d43abc


#d43abc Border Color

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

This div border color is #d43abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43abc


Comments

No comments written yet.

Please login to write comment.