Color Hex Logo

#d376b3 Color Hex

#D376B3
(211,118,179)
0 Favorites   0 Comments

Color spaces of #d376b3

RGB 211118179
HSL0.890.510.65
HSV321°44°83°
CMYK 0.000.440.15   0.17
XYZ41.479130.060446.2639
Yxy30.06040.35210.2552
Hunter Lab54.827439.0945-11.6504
CIE-Lab61.706344.3161-16.3808

#d376b3 color RGB value is (211,118,179).

#d376b3 hex color red value is 211, green value is 118 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #d376b3 hue: 0.89 , saturation: 0.51 and the lightness value of d376b3 is 0.65.

The process color (four color CMYK) of #d376b3 color hex is 0.00, 0.44, 0.15, 0.17. Web safe color of #d376b3 is #cc66cc. Color #d376b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110110 10110011
Octal 323 166 263
Decimal 211 118 179
Hex D3 76 B3

RGB Percentages of Color #d376b3

%41.54
%23.23
%35.24

CMYK Percentages of Color #d376b3

%0
%44
%15
%17

Triadic Colors of #d376b3

#d376b3 #b3d376 #76b3d3

Analogous Colors of #d376b3

#d376b3 #d37685 #c576d3

Monochromatic Colors of #d376b3

#d376b3

Complementary Color

#d376b3 #76d396

#d376b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d376b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d376b3 Color CSS Codes

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

#d376b3 Text Font Color

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

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


#d376b3 Background Color

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

This div background color is #d376b3


#d376b3 Border Color

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

This div border color is #d376b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d376b3


Comments

No comments written yet.

Please login to write comment.