Color Hex Logo

#de74bc Color Hex

#DE74BC
(222,116,188)
0 Favorites   0 Comments

Color spaces of #de74bc

RGB 222116188
HSL0.890.620.66
HSV319°48°87°
CMYK 0.000.480.15   0.13
XYZ45.446731.651251.2909
Yxy31.65120.35400.2465
Hunter Lab56.259445.7395-14.6723
CIE-Lab63.053650.2350-19.3177

#de74bc color RGB value is (222,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110100 10111100
Octal 336 164 274
Decimal 222 116 188
Hex DE 74 BC

RGB Percentages of Color #de74bc

%42.21
%22.05
%35.74

CMYK Percentages of Color #de74bc

%0
%48
%15
%13

Triadic Colors of #de74bc

#de74bc #bcde74 #74bcde

Analogous Colors of #de74bc

#de74bc #de7487 #cb74de

Monochromatic Colors of #de74bc

#de74bc

Complementary Color

#de74bc #74de96

#de74bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de74bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de74bc Color CSS Codes

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

#de74bc Text Font Color

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

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


#de74bc Background Color

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

This div background color is #de74bc


#de74bc Border Color

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

This div border color is #de74bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de74bc


Comments

No comments written yet.

Please login to write comment.