Color Hex Logo

#d292af Color Hex

#D292AF
(210,146,175)
0 Favorites   0 Comments

Color spaces of #d292af

RGB 210146175
HSL0.920.420.70
HSV333°30°82°
CMYK 0.000.300.17   0.18
XYZ44.595137.354645.4172
Yxy37.35460.35010.2933
Hunter Lab61.118423.2855-1.2756
CIE-Lab67.542228.4298-5.3959

#d292af color RGB value is (210,146,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010010 10101111
Octal 322 222 257
Decimal 210 146 175
Hex D2 92 AF

RGB Percentages of Color #d292af

%39.55
%27.50
%32.96

CMYK Percentages of Color #d292af

%0
%30
%17
%18

Triadic Colors of #d292af

#d292af #afd292 #92afd2

Analogous Colors of #d292af

#d292af #d29592 #d292cf

Monochromatic Colors of #d292af

#d292af

Complementary Color

#d292af #92d2b5

#d292af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d292af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d292af Color CSS Codes

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

#d292af Text Font Color

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

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


#d292af Background Color

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

This div background color is #d292af


#d292af Border Color

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

This div border color is #d292af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,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 #d292af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d292af


Comments

No comments written yet.

Please login to write comment.