Color Hex Logo

#d392bc Color Hex

#D392BC
(211,146,188)
0 Favorites   0 Comments

Color spaces of #d392bc

RGB 211146188
HSL0.890.420.70
HSV321°31°83°
CMYK 0.000.310.11   0.17
XYZ46.220038.037552.4829
Yxy38.03750.33800.2782
Hunter Lab61.674525.8406-7.2815
CIE-Lab68.048230.9113-11.9024

#d392bc color RGB value is (211,146,188).

#d392bc hex color red value is 211, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d392bc hue: 0.89 , saturation: 0.42 and the lightness value of d392bc is 0.70.

The process color (four color CMYK) of #d392bc color hex is 0.00, 0.31, 0.11, 0.17. Web safe color of #d392bc is #cc99cc. Color #d392bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010010 10111100
Octal 323 222 274
Decimal 211 146 188
Hex D3 92 BC

RGB Percentages of Color #d392bc

%38.72
%26.79
%34.50

CMYK Percentages of Color #d392bc

%0
%31
%11
%17

Triadic Colors of #d392bc

#d392bc #bcd392 #92bcd3

Analogous Colors of #d392bc

#d392bc #d3929c #ca92d3

Monochromatic Colors of #d392bc

#d392bc

Complementary Color

#d392bc #92d3a9

#d392bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d392bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d392bc Color CSS Codes

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

#d392bc Text Font Color

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

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


#d392bc Background Color

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

This div background color is #d392bc


#d392bc Border Color

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

This div border color is #d392bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d392bc


Comments

No comments written yet.

Please login to write comment.