Color Hex Logo

#de55bc Color Hex

#DE55BC
(222,85,188)
0 Favorites   0 Comments

Color spaces of #de55bc

RGB 22285188
HSL0.870.670.60
HSV315°62°87°
CMYK 0.000.620.15   0.13
XYZ42.449825.657450.2920
Yxy25.65740.35850.2167
Hunter Lab50.653160.9487-23.4101
CIE-Lab57.710464.4754-27.5131

#de55bc color RGB value is (222,85,188).

#de55bc hex color red value is 222, green value is 85 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de55bc hue: 0.87 , saturation: 0.67 and the lightness value of de55bc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 10111100
Octal 336 125 274
Decimal 222 85 188
Hex DE 55 BC

RGB Percentages of Color #de55bc

%44.85
%17.17
%37.98

CMYK Percentages of Color #de55bc

%0
%62
%15
%13

Triadic Colors of #de55bc

#de55bc #bcde55 #55bcde

Analogous Colors of #de55bc

#de55bc #de5578 #bc55de

Monochromatic Colors of #de55bc

#de55bc

Complementary Color

#de55bc #55de77

#de55bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de55bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de55bc Color CSS Codes

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

#de55bc Text Font Color

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

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


#de55bc Background Color

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

This div background color is #de55bc


#de55bc Border Color

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

This div border color is #de55bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de55bc


Comments

No comments written yet.

Please login to write comment.