Color Hex Logo

#d334bd Color Hex

#D334BD
(211,52,189)
0 Favorites   0 Comments

Color spaces of #d334bd

RGB 21152189
HSL0.860.640.52
HSV308°75°83°
CMYK 0.000.750.10   0.17
XYZ37.277319.979050.0357
Yxy19.97900.34740.1862
Hunter Lab44.697970.6448-35.0819
CIE-Lab51.813573.6930-37.4172

#d334bd color RGB value is (211,52,189).

#d334bd hex color red value is 211, green value is 52 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d334bd hue: 0.86 , saturation: 0.64 and the lightness value of d334bd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110100 10111101
Octal 323 64 275
Decimal 211 52 189
Hex D3 34 BD

RGB Percentages of Color #d334bd

%46.68
%11.50
%41.81

CMYK Percentages of Color #d334bd

%0
%75
%10
%17

Triadic Colors of #d334bd

#d334bd #bdd334 #34bdd3

Analogous Colors of #d334bd

#d334bd #d3346e #9a34d3

Monochromatic Colors of #d334bd

#d334bd

Complementary Color

#d334bd #34d34a

#d334bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d334bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d334bd Color CSS Codes

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

#d334bd Text Font Color

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

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


#d334bd Background Color

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

This div background color is #d334bd


#d334bd Border Color

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

This div border color is #d334bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d334bd


Comments

No comments written yet.

Please login to write comment.