Color Hex Logo

#d34bde Color Hex

#D34BDE
(211,75,222)
0 Favorites   0 Comments

Color spaces of #d34bde

RGB 21175222
HSL0.820.690.58
HSV296°66°87°
CMYK 0.050.660.00   0.13
XYZ42.564924.155071.5262
Yxy24.15500.30790.1747
Hunter Lab49.147768.5832-51.8831
CIE-Lab56.242771.1471-49.3032

#d34bde color RGB value is (211,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001011 11011110
Octal 323 113 336
Decimal 211 75 222
Hex D3 4B DE

RGB Percentages of Color #d34bde

%41.54
%14.76
%43.70

CMYK Percentages of Color #d34bde

%5
%66
%0
%13

Triadic Colors of #d34bde

#d34bde #ded34b #4bded3

Analogous Colors of #d34bde

#d34bde #de4ba0 #8a4bde

Monochromatic Colors of #d34bde

#d34bde

Complementary Color

#d34bde #56de4b

#d34bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34bde Color CSS Codes

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

#d34bde Text Font Color

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

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


#d34bde Background Color

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

This div background color is #d34bde


#d34bde Border Color

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

This div border color is #d34bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34bde


Comments

No comments written yet.

Please login to write comment.