Color Hex Logo

#dc5fbe Color Hex

#DC5FBE
(220,95,190)
0 Favorites   0 Comments

Color spaces of #dc5fbe

RGB 22095190
HSL0.870.640.62
HSV314°57°86°
CMYK 0.000.570.14   0.14
XYZ42.901727.117851.6883
Yxy27.11780.35250.2228
Hunter Lab52.074855.9261-22.3977
CIE-Lab59.083259.9096-26.5640

#dc5fbe color RGB value is (220,95,190).

#dc5fbe hex color red value is 220, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc5fbe hue: 0.87 , saturation: 0.64 and the lightness value of dc5fbe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011111 10111110
Octal 334 137 276
Decimal 220 95 190
Hex DC 5F BE

RGB Percentages of Color #dc5fbe

%43.56
%18.81
%37.62

CMYK Percentages of Color #dc5fbe

%0
%57
%14
%14

Triadic Colors of #dc5fbe

#dc5fbe #bedc5f #5fbedc

Analogous Colors of #dc5fbe

#dc5fbe #dc5f80 #bc5fdc

Monochromatic Colors of #dc5fbe

#dc5fbe

Complementary Color

#dc5fbe #5fdc7d

#dc5fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5fbe Color CSS Codes

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

#dc5fbe Text Font Color

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

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


#dc5fbe Background Color

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

This div background color is #dc5fbe


#dc5fbe Border Color

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

This div border color is #dc5fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5fbe


Comments

No comments written yet.

Please login to write comment.