Color Hex Logo

#d42bbe Color Hex

#D42BBE
(212,43,190)
0 Favorites   0 Comments

Color spaces of #d42bbe

RGB 21243190
HSL0.860.660.50
HSV308°80°83°
CMYK 0.000.800.10   0.17
XYZ37.309519.442550.5015
Yxy19.44250.34790.1813
Hunter Lab44.093773.8725-37.0407
CIE-Lab51.200976.4385-38.9507

#d42bbe color RGB value is (212,43,190).

#d42bbe hex color red value is 212, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d42bbe hue: 0.86 , saturation: 0.66 and the lightness value of d42bbe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101011 10111110
Octal 324 53 276
Decimal 212 43 190
Hex D4 2B BE

RGB Percentages of Color #d42bbe

%47.64
%9.66
%42.70

CMYK Percentages of Color #d42bbe

%0
%80
%10
%17

Triadic Colors of #d42bbe

#d42bbe #bed42b #2bbed4

Analogous Colors of #d42bbe

#d42bbe #d42b6a #962bd4

Monochromatic Colors of #d42bbe

#d42bbe

Complementary Color

#d42bbe #2bd441

#d42bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42bbe Color CSS Codes

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

#d42bbe Text Font Color

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

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


#d42bbe Background Color

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

This div background color is #d42bbe


#d42bbe Border Color

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

This div border color is #d42bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42bbe


Comments

No comments written yet.

Please login to write comment.