Color Hex Logo

#d192af Color Hex

#D192AF
(209,146,175)
0 Favorites   0 Comments

Color spaces of #d192af

RGB 209146175
HSL0.920.410.70
HSV332°30°82°
CMYK 0.000.300.16   0.18
XYZ44.311237.208245.4039
Yxy37.20820.34910.2932
Hunter Lab60.998522.9205-1.4332
CIE-Lab67.432928.0746-5.5697

#d192af color RGB value is (209,146,175).

#d192af hex color red value is 209, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d192af hue: 0.92 , saturation: 0.41 and the lightness value of d192af is 0.70.

The process color (four color CMYK) of #d192af color hex is 0.00, 0.30, 0.16, 0.18. Web safe color of #d192af is #cc9999. Color #d192af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010010 10101111
Octal 321 222 257
Decimal 209 146 175
Hex D1 92 AF

RGB Percentages of Color #d192af

%39.43
%27.55
%33.02

CMYK Percentages of Color #d192af

%0
%30
%16
%18

Triadic Colors of #d192af

#d192af #afd192 #92afd1

Analogous Colors of #d192af

#d192af #d19592 #d192cf

Monochromatic Colors of #d192af

#d192af

Complementary Color

#d192af #92d1b4

#d192af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d192af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d192af Color CSS Codes

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

#d192af Text Font Color

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

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


#d192af Background Color

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

This div background color is #d192af


#d192af Border Color

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

This div border color is #d192af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d192af


Comments

No comments written yet.

Please login to write comment.