Color Hex Logo

#d43fbc Color Hex

#D43FBC
(212,63,188)
0 Favorites   0 Comments

Color spaces of #d43fbc

RGB 21263188
HSL0.860.630.54
HSV310°70°83°
CMYK 0.000.700.11   0.17
XYZ38.006021.182949.6625
Yxy21.18290.34920.1946
Hunter Lab46.024966.8565-31.7586
CIE-Lab53.149170.3054-34.7297

#d43fbc color RGB value is (212,63,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111111 10111100
Octal 324 77 274
Decimal 212 63 188
Hex D4 3F BC

RGB Percentages of Color #d43fbc

%45.79
%13.61
%40.60

CMYK Percentages of Color #d43fbc

%0
%70
%11
%17

Triadic Colors of #d43fbc

#d43fbc #bcd43f #3fbcd4

Analogous Colors of #d43fbc

#d43fbc #d43f72 #a23fd4

Monochromatic Colors of #d43fbc

#d43fbc

Complementary Color

#d43fbc #3fd457

#d43fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43fbc Color CSS Codes

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

#d43fbc Text Font Color

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

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


#d43fbc Background Color

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

This div background color is #d43fbc


#d43fbc Border Color

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

This div border color is #d43fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43fbc


Comments

No comments written yet.

Please login to write comment.