Color Hex Logo

#d348bd Color Hex

#D348BD
(211,72,189)
0 Favorites   0 Comments

Color spaces of #d348bd

RGB 21172189
HSL0.860.610.55
HSV309°66°83°
CMYK 0.000.660.10   0.17
XYZ38.366622.157750.3988
Yxy22.15770.34590.1998
Hunter Lab47.072063.1127-30.5300
CIE-Lab54.193966.9631-33.6854

#d348bd color RGB value is (211,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 10111101
Octal 323 110 275
Decimal 211 72 189
Hex D3 48 BD

RGB Percentages of Color #d348bd

%44.70
%15.25
%40.04

CMYK Percentages of Color #d348bd

%0
%66
%10
%17

Triadic Colors of #d348bd

#d348bd #bdd348 #48bdd3

Analogous Colors of #d348bd

#d348bd #d34878 #a448d3

Monochromatic Colors of #d348bd

#d348bd

Complementary Color

#d348bd #48d35e

#d348bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348bd Color CSS Codes

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

#d348bd Text Font Color

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

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


#d348bd Background Color

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

This div background color is #d348bd


#d348bd Border Color

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

This div border color is #d348bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,72,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 #d348bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348bd


Comments

No comments written yet.

Please login to write comment.