Color Hex Logo

#d34bcd Color Hex

#D34BCD
(211,75,205)
0 Favorites   0 Comments

Color spaces of #d34bcd

RGB 21175205
HSL0.840.610.56
HSV303°64°83°
CMYK 0.000.640.03   0.17
XYZ40.399523.288860.1235
Yxy23.28880.32630.1881
Hunter Lab48.258564.9787-40.0864
CIE-Lab55.368668.3145-41.0316

#d34bcd color RGB value is (211,75,205).

#d34bcd hex color red value is 211, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d34bcd hue: 0.84 , saturation: 0.61 and the lightness value of d34bcd is 0.56.

The process color (four color CMYK) of #d34bcd color hex is 0.00, 0.64, 0.03, 0.17. Web safe color of #d34bcd is #cc33cc. Color #d34bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001011 11001101
Octal 323 113 315
Decimal 211 75 205
Hex D3 4B CD

RGB Percentages of Color #d34bcd

%42.97
%15.27
%41.75

CMYK Percentages of Color #d34bcd

%0
%64
%3
%17

Triadic Colors of #d34bcd

#d34bcd #cdd34b #4bcdd3

Analogous Colors of #d34bcd

#d34bcd #d34b89 #954bd3

Monochromatic Colors of #d34bcd

#d34bcd

Complementary Color

#d34bcd #4bd351

#d34bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34bcd Color CSS Codes

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

#d34bcd Text Font Color

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

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


#d34bcd Background Color

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

This div background color is #d34bcd


#d34bcd Border Color

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

This div border color is #d34bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34bcd


Comments

No comments written yet.

Please login to write comment.