Color Hex Logo

#dc27be Color Hex

#DC27BE
(220,39,190)
0 Favorites   0 Comments

Color spaces of #dc27be

RGB 22039190
HSL0.860.720.51
HSV310°82°86°
CMYK 0.000.820.14   0.14
XYZ39.535020.384450.5661
Yxy20.38440.35780.1845
Hunter Lab45.149177.2934-34.7993
CIE-Lab52.269178.9736-37.1751

#dc27be color RGB value is (220,39,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 10111110
Octal 334 47 276
Decimal 220 39 190
Hex DC 27 BE

RGB Percentages of Color #dc27be

%49.00
%8.69
%42.32

CMYK Percentages of Color #dc27be

%0
%82
%14
%14

Triadic Colors of #dc27be

#dc27be #bedc27 #27bedc

Analogous Colors of #dc27be

#dc27be #dc2764 #a027dc

Monochromatic Colors of #dc27be

#dc27be

Complementary Color

#dc27be #27dc45

#dc27be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc27be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc27be Color CSS Codes

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

#dc27be Text Font Color

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

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


#dc27be Background Color

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

This div background color is #dc27be


#dc27be Border Color

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

This div border color is #dc27be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,39,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc27be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc27be


Comments

No comments written yet.

Please login to write comment.