Color Hex Logo

#d348bc Color Hex

#D348BC
(211,72,188)
0 Favorites   0 Comments

Color spaces of #d348bc

RGB 21172188
HSL0.860.610.55
HSV310°66°83°
CMYK 0.000.660.11   0.17
XYZ38.258422.114549.8290
Yxy22.11450.34720.2007
Hunter Lab47.026162.9244-29.9057
CIE-Lab54.148366.8122-33.1788

#d348bc color RGB value is (211,72,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 10111100
Octal 323 110 274
Decimal 211 72 188
Hex D3 48 BC

RGB Percentages of Color #d348bc

%44.80
%15.29
%39.92

CMYK Percentages of Color #d348bc

%0
%66
%11
%17

Triadic Colors of #d348bc

#d348bc #bcd348 #48bcd3

Analogous Colors of #d348bc

#d348bc #d34877 #a548d3

Monochromatic Colors of #d348bc

#d348bc

Complementary Color

#d348bc #48d35f

#d348bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348bc Color CSS Codes

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

#d348bc Text Font Color

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

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


#d348bc Background Color

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

This div background color is #d348bc


#d348bc Border Color

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

This div border color is #d348bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348bc


Comments

No comments written yet.

Please login to write comment.