Color Hex Logo

#d32fbc Color Hex

#D32FBC
(211,47,188)
0 Favorites   0 Comments

Color spaces of #d32fbc

RGB 21147188
HSL0.860.650.51
HSV308°78°83°
CMYK 0.000.780.11   0.17
XYZ36.957619.512849.3954
Yxy19.51280.34910.1843
Hunter Lab44.173372.0388-35.3779
CIE-Lab51.281874.9351-37.6726

#d32fbc color RGB value is (211,47,188).

#d32fbc hex color red value is 211, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d32fbc hue: 0.86 , saturation: 0.65 and the lightness value of d32fbc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101111 10111100
Octal 323 57 274
Decimal 211 47 188
Hex D3 2F BC

RGB Percentages of Color #d32fbc

%47.31
%10.54
%42.15

CMYK Percentages of Color #d32fbc

%0
%78
%11
%17

Triadic Colors of #d32fbc

#d32fbc #bcd32f #2fbcd3

Analogous Colors of #d32fbc

#d32fbc #d32f6a #982fd3

Monochromatic Colors of #d32fbc

#d32fbc

Complementary Color

#d32fbc #2fd346

#d32fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32fbc Color CSS Codes

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

#d32fbc Text Font Color

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

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


#d32fbc Background Color

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

This div background color is #d32fbc


#d32fbc Border Color

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

This div border color is #d32fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,47,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d32fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d32fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #d32fbc;
  box-shadow:         1px 1px 3px 2px #d32fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,47,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32fbc


Comments

No comments written yet.

Please login to write comment.