Color Hex Logo

#d34bbc Color Hex

#D34BBC
(211,75,188)
0 Favorites   0 Comments

Color spaces of #d34bbc

RGB 21175188
HSL0.860.610.56
HSV310°64°83°
CMYK 0.000.640.11   0.17
XYZ38.457122.511949.8953
Yxy22.51190.34690.2031
Hunter Lab47.446761.6483-29.1371
CIE-Lab54.566065.6498-32.5270

#d34bbc color RGB value is (211,75,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001011 10111100
Octal 323 113 274
Decimal 211 75 188
Hex D3 4B BC

RGB Percentages of Color #d34bbc

%44.51
%15.82
%39.66

CMYK Percentages of Color #d34bbc

%0
%64
%11
%17

Triadic Colors of #d34bbc

#d34bbc #bcd34b #4bbcd3

Analogous Colors of #d34bbc

#d34bbc #d34b78 #a64bd3

Monochromatic Colors of #d34bbc

#d34bbc

Complementary Color

#d34bbc #4bd362

#d34bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34bbc Color CSS Codes

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

#d34bbc Text Font Color

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

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


#d34bbc Background Color

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

This div background color is #d34bbc


#d34bbc Border Color

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

This div border color is #d34bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34bbc


Comments

No comments written yet.

Please login to write comment.