Color Hex Logo

#d32bd4 Color Hex

#D32BD4
(211,43,212)
0 Favorites   0 Comments

Color spaces of #d32bd4

RGB 21143212
HSL0.830.660.50
HSV300°80°83°
CMYK 0.000.800.00   0.17
XYZ39.611520.330164.1237
Yxy20.33010.31930.1639
Hunter Lab45.088977.9102-52.7577
CIE-Lab52.208479.4757-50.0413

#d32bd4 color RGB value is (211,43,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101011 11010100
Octal 323 53 324
Decimal 211 43 212
Hex D3 2B D4

RGB Percentages of Color #d32bd4

%45.28
%9.23
%45.49

CMYK Percentages of Color #d32bd4

%0
%80
%0
%17

Triadic Colors of #d32bd4

#d32bd4 #d4d32b #2bd4d3

Analogous Colors of #d32bd4

#d32bd4 #d42b81 #7f2bd4

Monochromatic Colors of #d32bd4

#d32bd4

Complementary Color

#d32bd4 #2cd42b

#d32bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32bd4 Color CSS Codes

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

#d32bd4 Text Font Color

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

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


#d32bd4 Background Color

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

This div background color is #d32bd4


#d32bd4 Border Color

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

This div border color is #d32bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32bd4


Comments

No comments written yet.

Please login to write comment.