Color Hex Logo

#d249bc Color Hex

#D249BC
(210,73,188)
0 Favorites   0 Comments

Color spaces of #d249bc

RGB 21073188
HSL0.860.600.55
HSV310°65°82°
CMYK 0.000.650.10   0.18
XYZ38.038022.097649.8374
Yxy22.09760.34590.2009
Hunter Lab47.008162.1745-29.9529
CIE-Lab54.130466.1789-33.2183

#d249bc color RGB value is (210,73,188).

#d249bc hex color red value is 210, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d249bc hue: 0.86 , saturation: 0.60 and the lightness value of d249bc is 0.55.

The process color (four color CMYK) of #d249bc color hex is 0.00, 0.65, 0.10, 0.18. Web safe color of #d249bc is #cc33cc. Color #d249bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001001 10111100
Octal 322 111 274
Decimal 210 73 188
Hex D2 49 BC

RGB Percentages of Color #d249bc

%44.59
%15.50
%39.92

CMYK Percentages of Color #d249bc

%0
%65
%10
%18

Triadic Colors of #d249bc

#d249bc #bcd249 #49bcd2

Analogous Colors of #d249bc

#d249bc #d24978 #a449d2

Monochromatic Colors of #d249bc

#d249bc

Complementary Color

#d249bc #49d25f

#d249bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d249bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d249bc Color CSS Codes

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

#d249bc Text Font Color

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

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


#d249bc Background Color

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

This div background color is #d249bc


#d249bc Border Color

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

This div border color is #d249bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d249bc


Comments

No comments written yet.

Please login to write comment.