Color Hex Logo

#d248ae Color Hex

#D248AE
(210,72,174)
0 Favorites   0 Comments

Color spaces of #d248ae

RGB 21072174
HSL0.880.610.55
HSV316°66°82°
CMYK 0.000.660.17   0.18
XYZ36.535721.392442.2479
Yxy21.39240.36470.2135
Hunter Lab46.251960.0613-21.7809
CIE-Lab53.376364.5133-26.2598

#d248ae color RGB value is (210,72,174).

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

The process color (four color CMYK) of #d248ae color hex is 0.00, 0.66, 0.17, 0.18. Web safe color of #d248ae is #cc3399. Color #d248ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001000 10101110
Octal 322 110 256
Decimal 210 72 174
Hex D2 48 AE

RGB Percentages of Color #d248ae

%46.05
%15.79
%38.16

CMYK Percentages of Color #d248ae

%0
%66
%17
%18

Triadic Colors of #d248ae

#d248ae #aed248 #48aed2

Analogous Colors of #d248ae

#d248ae #d24869 #b148d2

Monochromatic Colors of #d248ae

#d248ae

Complementary Color

#d248ae #48d26c

#d248ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d248ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d248ae Color CSS Codes

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

#d248ae Text Font Color

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

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


#d248ae Background Color

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

This div background color is #d248ae


#d248ae Border Color

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

This div border color is #d248ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d248ae


Comments

No comments written yet.

Please login to write comment.