Color Hex Logo

#d279bc Color Hex

#D279BC
(210,121,188)
0 Favorites   0 Comments

Color spaces of #d279bc

RGB 210121188
HSL0.870.500.65
HSV315°42°82°
CMYK 0.000.420.10   0.18
XYZ42.492831.007251.3223
Yxy31.00720.34040.2484
Hunter Lab55.684138.7670-15.6669
CIE-Lab62.513743.9006-20.2802

#d279bc color RGB value is (210,121,188).

#d279bc hex color red value is 210, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d279bc hue: 0.87 , saturation: 0.50 and the lightness value of d279bc is 0.65.

The process color (four color CMYK) of #d279bc color hex is 0.00, 0.42, 0.10, 0.18. Web safe color of #d279bc is #cc66cc. Color #d279bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111001 10111100
Octal 322 171 274
Decimal 210 121 188
Hex D2 79 BC

RGB Percentages of Color #d279bc

%40.46
%23.31
%36.22

CMYK Percentages of Color #d279bc

%0
%42
%10
%18

Triadic Colors of #d279bc

#d279bc #bcd279 #79bcd2

Analogous Colors of #d279bc

#d279bc #d27990 #bc79d2

Monochromatic Colors of #d279bc

#d279bc

Complementary Color

#d279bc #79d28f

#d279bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d279bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d279bc Color CSS Codes

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

#d279bc Text Font Color

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

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


#d279bc Background Color

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

This div background color is #d279bc


#d279bc Border Color

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

This div border color is #d279bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d279bc


Comments

No comments written yet.

Please login to write comment.