Color Hex Logo

#d443bf Color Hex

#D443BF
(212,67,191)
0 Favorites   0 Comments

Color spaces of #d443bf

RGB 21267191
HSL0.860.630.55
HSV309°68°83°
CMYK 0.000.680.10   0.17
XYZ38.562521.772951.4603
Yxy21.77290.34490.1948
Hunter Lab46.661465.8606-32.7246
CIE-Lab53.785269.3527-35.4687

#d443bf color RGB value is (212,67,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000011 10111111
Octal 324 103 277
Decimal 212 67 191
Hex D4 43 BF

RGB Percentages of Color #d443bf

%45.11
%14.26
%40.64

CMYK Percentages of Color #d443bf

%0
%68
%10
%17

Triadic Colors of #d443bf

#d443bf #bfd443 #43bfd4

Analogous Colors of #d443bf

#d443bf #d44377 #a143d4

Monochromatic Colors of #d443bf

#d443bf

Complementary Color

#d443bf #43d458

#d443bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d443bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d443bf Color CSS Codes

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

#d443bf Text Font Color

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

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


#d443bf Background Color

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

This div background color is #d443bf


#d443bf Border Color

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

This div border color is #d443bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d443bf


Comments

No comments written yet.

Please login to write comment.