Color Hex Logo

#d34bdd Color Hex

#D34BDD
(211,75,221)
0 Favorites   0 Comments

Color spaces of #d34bdd

RGB 21175221
HSL0.820.680.58
HSV296°66°87°
CMYK 0.050.660.00   0.13
XYZ42.431224.101570.8223
Yxy24.10150.30890.1755
Hunter Lab49.093368.3639-51.1669
CIE-Lab56.189370.9762-48.8230

#d34bdd color RGB value is (211,75,221).

#d34bdd hex color red value is 211, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d34bdd hue: 0.82 , saturation: 0.68 and the lightness value of d34bdd is 0.58.

The process color (four color CMYK) of #d34bdd color hex is 0.05, 0.66, 0.00, 0.13. Web safe color of #d34bdd is #cc33cc. Color #d34bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001011 11011101
Octal 323 113 335
Decimal 211 75 221
Hex D3 4B DD

RGB Percentages of Color #d34bdd

%41.62
%14.79
%43.59

CMYK Percentages of Color #d34bdd

%5
%66
%0
%13

Triadic Colors of #d34bdd

#d34bdd #ddd34b #4bddd3

Analogous Colors of #d34bdd

#d34bdd #dd4b9e #8a4bdd

Monochromatic Colors of #d34bdd

#d34bdd

Complementary Color

#d34bdd #55dd4b

#d34bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34bdd Color CSS Codes

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

#d34bdd Text Font Color

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

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


#d34bdd Background Color

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

This div background color is #d34bdd


#d34bdd Border Color

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

This div border color is #d34bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34bdd


Comments

No comments written yet.

Please login to write comment.