Color Hex Logo

#dc658e Color Hex

#DC658E
(220,101,142)
0 Favorites   0 Comments

Color spaces of #dc658e

RGB 220101142
HSL0.940.630.63
HSV339°54°86°
CMYK 0.000.540.35   0.14
XYZ39.051426.476028.6433
Yxy26.47600.41470.2811
Hunter Lab51.454845.42583.0135
CIE-Lab58.486150.64780.2747

#dc658e color RGB value is (220,101,142).

#dc658e hex color red value is 220, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dc658e hue: 0.94 , saturation: 0.63 and the lightness value of dc658e is 0.63.

The process color (four color CMYK) of #dc658e color hex is 0.00, 0.54, 0.35, 0.14. Web safe color of #dc658e is #cc6699. Color #dc658e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 10001110
Octal 334 145 216
Decimal 220 101 142
Hex DC 65 8E

RGB Percentages of Color #dc658e

%47.52
%21.81
%30.67

CMYK Percentages of Color #dc658e

%0
%54
%35
%14

Triadic Colors of #dc658e

#dc658e #8edc65 #658edc

Analogous Colors of #dc658e

#dc658e #dc7865 #dc65ca

Monochromatic Colors of #dc658e

#dc658e

Complementary Color

#dc658e #65dcb3

#dc658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc658e Color CSS Codes

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

#dc658e Text Font Color

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

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


#dc658e Background Color

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

This div background color is #dc658e


#dc658e Border Color

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

This div border color is #dc658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc658e


Comments

No comments written yet.

Please login to write comment.