Color Hex Logo

#d43cba Color Hex

#D43CBA
(212,60,186)
0 Favorites   0 Comments

Color spaces of #d43cba

RGB 21260186
HSL0.860.640.53
HSV310°72°83°
CMYK 0.000.720.12   0.17
XYZ37.630220.773948.4808
Yxy20.77390.35210.1944
Hunter Lab45.578467.6101-31.1607
CIE-Lab52.701171.0180-34.2711

#d43cba color RGB value is (212,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 10111010
Octal 324 74 272
Decimal 212 60 186
Hex D4 3C BA

RGB Percentages of Color #d43cba

%46.29
%13.10
%40.61

CMYK Percentages of Color #d43cba

%0
%72
%12
%17

Triadic Colors of #d43cba

#d43cba #bad43c #3cbad4

Analogous Colors of #d43cba

#d43cba #d43c6e #a23cd4

Monochromatic Colors of #d43cba

#d43cba

Complementary Color

#d43cba #3cd456

#d43cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43cba Color CSS Codes

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

#d43cba Text Font Color

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

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


#d43cba Background Color

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

This div background color is #d43cba


#d43cba Border Color

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

This div border color is #d43cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43cba


Comments

No comments written yet.

Please login to write comment.