Color Hex Logo

#df74bc Color Hex

#DF74BC
(223,116,188)
0 Favorites   0 Comments

Color spaces of #df74bc

RGB 223116188
HSL0.890.630.66
HSV320°48°87°
CMYK 0.000.480.16   0.13
XYZ45.753931.809651.3053
Yxy31.80960.35500.2468
Hunter Lab56.400046.1062-14.4542
CIE-Lab63.185250.5465-19.1052

#df74bc color RGB value is (223,116,188).

#df74bc hex color red value is 223, green value is 116 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #df74bc hue: 0.89 , saturation: 0.63 and the lightness value of df74bc is 0.66.

The process color (four color CMYK) of #df74bc color hex is 0.00, 0.48, 0.16, 0.13. Web safe color of #df74bc is #cc66cc. Color #df74bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 10111100
Octal 337 164 274
Decimal 223 116 188
Hex DF 74 BC

RGB Percentages of Color #df74bc

%42.31
%22.01
%35.67

CMYK Percentages of Color #df74bc

%0
%48
%16
%13

Triadic Colors of #df74bc

#df74bc #bcdf74 #74bcdf

Analogous Colors of #df74bc

#df74bc #df7487 #cd74df

Monochromatic Colors of #df74bc

#df74bc

Complementary Color

#df74bc #74df97

#df74bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df74bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df74bc Color CSS Codes

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

#df74bc Text Font Color

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

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


#df74bc Background Color

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

This div background color is #df74bc


#df74bc Border Color

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

This div border color is #df74bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df74bc


Comments

No comments written yet.

Please login to write comment.