Color Hex Logo

#d1387b Color Hex

#D1387B
(209,56,123)
0 Favorites   0 Comments

Color spaces of #d1387b

RGB 20956123
HSL0.930.620.52
HSV334°73°82°
CMYK 0.000.730.41   0.18
XYZ31.283817.813720.5284
Yxy17.81370.44930.2558
Hunter Lab42.206358.44540.7068
CIE-Lab49.269463.8874-2.1486

#d1387b color RGB value is (209,56,123).

#d1387b hex color red value is 209, green value is 56 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d1387b hue: 0.93 , saturation: 0.62 and the lightness value of d1387b is 0.52.

The process color (four color CMYK) of #d1387b color hex is 0.00, 0.73, 0.41, 0.18. Web safe color of #d1387b is #cc3366. Color #d1387b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 01111011
Octal 321 70 173
Decimal 209 56 123
Hex D1 38 7B

RGB Percentages of Color #d1387b

%53.87
%14.43
%31.70

CMYK Percentages of Color #d1387b

%0
%73
%41
%18

Triadic Colors of #d1387b

#d1387b #7bd138 #387bd1

Analogous Colors of #d1387b

#d1387b #d14138 #d138c8

Monochromatic Colors of #d1387b

#d1387b

Complementary Color

#d1387b #38d18e

#d1387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1387b Color CSS Codes

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

#d1387b Text Font Color

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

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


#d1387b Background Color

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

This div background color is #d1387b


#d1387b Border Color

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

This div border color is #d1387b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,56,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1387b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1387b;
  -webkit-box-shadow: 1px 1px 3px 2px #d1387b;
  box-shadow:         1px 1px 3px 2px #d1387b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,56,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1387b


Comments

No comments written yet.

Please login to write comment.