Color Hex Logo

#d377ab Color Hex

#D377AB
(211,119,171)
0 Favorites   0 Comments

Color spaces of #d377ab

RGB 211119171
HSL0.910.510.65
HSV326°44°83°
CMYK 0.000.440.19   0.17
XYZ40.811529.982842.1643
Yxy29.98280.36130.2654
Hunter Lab54.756637.2168-7.3256
CIE-Lab61.639442.5588-11.9169

#d377ab color RGB value is (211,119,171).

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

The process color (four color CMYK) of #d377ab color hex is 0.00, 0.44, 0.19, 0.17. Web safe color of #d377ab is #cc6699. Color #d377ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110111 10101011
Octal 323 167 253
Decimal 211 119 171
Hex D3 77 AB

RGB Percentages of Color #d377ab

%42.12
%23.75
%34.13

CMYK Percentages of Color #d377ab

%0
%44
%19
%17

Triadic Colors of #d377ab

#d377ab #abd377 #77abd3

Analogous Colors of #d377ab

#d377ab #d3777d #cd77d3

Monochromatic Colors of #d377ab

#d377ab

Complementary Color

#d377ab #77d39f

#d377ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d377ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d377ab Color CSS Codes

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

#d377ab Text Font Color

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

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


#d377ab Background Color

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

This div background color is #d377ab


#d377ab Border Color

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

This div border color is #d377ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d377ab


Comments

No comments written yet.

Please login to write comment.