Color Hex Logo

#dc7fbe Color Hex

#DC7FBE
(220,127,190)
0 Favorites   0 Comments

Color spaces of #dc7fbe

RGB 220127190
HSL0.890.570.68
HSV319°42°86°
CMYK 0.000.420.14   0.14
XYZ46.398834.112152.8540
Yxy34.11210.34790.2558
Hunter Lab58.405639.5950-12.7705
CIE-Lab65.051544.3349-17.4380

#dc7fbe color RGB value is (220,127,190).

#dc7fbe hex color red value is 220, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc7fbe hue: 0.89 , saturation: 0.57 and the lightness value of dc7fbe is 0.68.

The process color (four color CMYK) of #dc7fbe color hex is 0.00, 0.42, 0.14, 0.14. Web safe color of #dc7fbe is #cc66cc. Color #dc7fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111111 10111110
Octal 334 177 276
Decimal 220 127 190
Hex DC 7F BE

RGB Percentages of Color #dc7fbe

%40.97
%23.65
%35.38

CMYK Percentages of Color #dc7fbe

%0
%42
%14
%14

Triadic Colors of #dc7fbe

#dc7fbe #bedc7f #7fbedc

Analogous Colors of #dc7fbe

#dc7fbe #dc7f90 #cc7fdc

Monochromatic Colors of #dc7fbe

#dc7fbe

Complementary Color

#dc7fbe #7fdc9d

#dc7fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7fbe Color CSS Codes

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

#dc7fbe Text Font Color

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

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


#dc7fbe Background Color

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

This div background color is #dc7fbe


#dc7fbe Border Color

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

This div border color is #dc7fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7fbe


Comments

No comments written yet.

Please login to write comment.