Color Hex Logo

#d43cbd Color Hex

#D43CBD
(212,60,189)
0 Favorites   0 Comments

Color spaces of #d43cbd

RGB 21260189
HSL0.860.640.53
HSV309°72°83°
CMYK 0.000.720.11   0.17
XYZ37.952520.902950.1785
Yxy20.90290.34810.1917
Hunter Lab45.719768.1657-33.0685
CIE-Lab52.843171.4515-35.7887

#d43cbd color RGB value is (212,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 10111101
Octal 324 74 275
Decimal 212 60 189
Hex D4 3C BD

RGB Percentages of Color #d43cbd

%45.99
%13.02
%41.00

CMYK Percentages of Color #d43cbd

%0
%72
%11
%17

Triadic Colors of #d43cbd

#d43cbd #bdd43c #3cbdd4

Analogous Colors of #d43cbd

#d43cbd #d43c71 #9f3cd4

Monochromatic Colors of #d43cbd

#d43cbd

Complementary Color

#d43cbd #3cd453

#d43cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43cbd Color CSS Codes

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

#d43cbd Text Font Color

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

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


#d43cbd Background Color

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

This div background color is #d43cbd


#d43cbd Border Color

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

This div border color is #d43cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43cbd


Comments

No comments written yet.

Please login to write comment.