Color Hex Logo

#d2639a Color Hex

#D2639A
(210,99,154)
0 Favorites   0 Comments

Color spaces of #d2639a

RGB 21099154
HSL0.920.550.61
HSV330°53°82°
CMYK 0.000.530.27   0.18
XYZ36.872924.958433.4459
Yxy24.95840.38700.2620
Hunter Lab49.958444.3187-4.7223
CIE-Lab57.034949.8586-9.0231

#d2639a color RGB value is (210,99,154).

#d2639a hex color red value is 210, green value is 99 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d2639a hue: 0.92 , saturation: 0.55 and the lightness value of d2639a is 0.61.

The process color (four color CMYK) of #d2639a color hex is 0.00, 0.53, 0.27, 0.18. Web safe color of #d2639a is #cc6699. Color #d2639a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 10011010
Octal 322 143 232
Decimal 210 99 154
Hex D2 63 9A

RGB Percentages of Color #d2639a

%45.36
%21.38
%33.26

CMYK Percentages of Color #d2639a

%0
%53
%27
%18

Triadic Colors of #d2639a

#d2639a #9ad263 #639ad2

Analogous Colors of #d2639a

#d2639a #d26463 #d263d2

Monochromatic Colors of #d2639a

#d2639a

Complementary Color

#d2639a #63d29b

#d2639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2639a Color CSS Codes

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

#d2639a Text Font Color

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

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


#d2639a Background Color

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

This div background color is #d2639a


#d2639a Border Color

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

This div border color is #d2639a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,99,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2639a


Comments

No comments written yet.

Please login to write comment.