Color Hex Logo

#de27bc Color Hex

#DE27BC
(222,39,188)
0 Favorites   0 Comments

Color spaces of #de27bc

RGB 22239188
HSL0.860.730.51
HSV311°82°87°
CMYK 0.000.820.15   0.13
XYZ39.926820.611549.4510
Yxy20.61150.36300.1874
Hunter Lab45.399977.5315-32.8006
CIE-Lab52.521779.1137-35.5926

#de27bc color RGB value is (222,39,188).

#de27bc hex color red value is 222, green value is 39 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de27bc hue: 0.86 , saturation: 0.73 and the lightness value of de27bc is 0.51.

The process color (four color CMYK) of #de27bc color hex is 0.00, 0.82, 0.15, 0.13. Web safe color of #de27bc is #cc33cc. Color #de27bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 10111100
Octal 336 47 274
Decimal 222 39 188
Hex DE 27 BC

RGB Percentages of Color #de27bc

%49.44
%8.69
%41.87

CMYK Percentages of Color #de27bc

%0
%82
%15
%13

Triadic Colors of #de27bc

#de27bc #bcde27 #27bcde

Analogous Colors of #de27bc

#de27bc #de2761 #a527de

Monochromatic Colors of #de27bc

#de27bc

Complementary Color

#de27bc #27de49

#de27bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de27bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de27bc Color CSS Codes

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

#de27bc Text Font Color

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

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


#de27bc Background Color

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

This div background color is #de27bc


#de27bc Border Color

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

This div border color is #de27bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de27bc


Comments

No comments written yet.

Please login to write comment.