Color Hex Logo

#d43cbb Color Hex

#D43CBB
(212,60,187)
0 Favorites   0 Comments

Color spaces of #d43cbb

RGB 21260187
HSL0.860.640.53
HSV310°72°83°
CMYK 0.000.720.12   0.17
XYZ37.736920.816649.0428
Yxy20.81660.35070.1935
Hunter Lab45.625267.7944-31.7935
CIE-Lab52.748271.1620-34.7779

#d43cbb color RGB value is (212,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 10111011
Octal 324 74 273
Decimal 212 60 187
Hex D4 3C BB

RGB Percentages of Color #d43cbb

%46.19
%13.07
%40.74

CMYK Percentages of Color #d43cbb

%0
%72
%12
%17

Triadic Colors of #d43cbb

#d43cbb #bbd43c #3cbbd4

Analogous Colors of #d43cbb

#d43cbb #d43c6f #a13cd4

Monochromatic Colors of #d43cbb

#d43cbb

Complementary Color

#d43cbb #3cd455

#d43cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43cbb Color CSS Codes

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

#d43cbb Text Font Color

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

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


#d43cbb Background Color

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

This div background color is #d43cbb


#d43cbb Border Color

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

This div border color is #d43cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43cbb


Comments

No comments written yet.

Please login to write comment.