Color Hex Logo

#d14192 Color Hex

#D14192
(209,65,146)
0 Favorites   0 Comments

Color spaces of #d14192

RGB 20965146
HSL0.910.610.54
HSV326°69°82°
CMYK 0.000.690.30   0.18
XYZ33.373119.411229.1819
Yxy19.41120.40720.2368
Hunter Lab44.058158.1082-8.4300
CIE-Lab51.164963.2374-13.1465

#d14192 color RGB value is (209,65,146).

#d14192 hex color red value is 209, green value is 65 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d14192 hue: 0.91 , saturation: 0.61 and the lightness value of d14192 is 0.54.

The process color (four color CMYK) of #d14192 color hex is 0.00, 0.69, 0.30, 0.18. Web safe color of #d14192 is #cc3399. Color #d14192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 10010010
Octal 321 101 222
Decimal 209 65 146
Hex D1 41 92

RGB Percentages of Color #d14192

%49.76
%15.48
%34.76

CMYK Percentages of Color #d14192

%0
%69
%30
%18

Triadic Colors of #d14192

#d14192 #92d141 #4192d1

Analogous Colors of #d14192

#d14192 #d1414a #c841d1

Monochromatic Colors of #d14192

#d14192

Complementary Color

#d14192 #41d180

#d14192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14192 Color CSS Codes

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

#d14192 Text Font Color

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

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


#d14192 Background Color

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

This div background color is #d14192


#d14192 Border Color

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

This div border color is #d14192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14192


Comments

No comments written yet.

Please login to write comment.