Color Hex Logo

#df658b Color Hex

#DF658B
(223,101,139)
0 Favorites   0 Comments

Color spaces of #df658b

RGB 223101139
HSL0.950.660.64
HSV341°55°87°
CMYK 0.000.550.38   0.13
XYZ39.745326.859427.5157
Yxy26.85940.42230.2854
Hunter Lab51.826146.19574.7998
CIE-Lab58.844051.29412.5958

#df658b color RGB value is (223,101,139).

#df658b hex color red value is 223, green value is 101 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #df658b hue: 0.95 , saturation: 0.66 and the lightness value of df658b is 0.64.

The process color (four color CMYK) of #df658b color hex is 0.00, 0.55, 0.38, 0.13. Web safe color of #df658b is #cc6699. Color #df658b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 10001011
Octal 337 145 213
Decimal 223 101 139
Hex DF 65 8B

RGB Percentages of Color #df658b

%48.16
%21.81
%30.02

CMYK Percentages of Color #df658b

%0
%55
%38
%13

Triadic Colors of #df658b

#df658b #8bdf65 #658bdf

Analogous Colors of #df658b

#df658b #df7c65 #df65c8

Monochromatic Colors of #df658b

#df658b

Complementary Color

#df658b #65dfb9

#df658b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df658b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df658b Color CSS Codes

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

#df658b Text Font Color

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

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


#df658b Background Color

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

This div background color is #df658b


#df658b Border Color

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

This div border color is #df658b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df658b


Comments

No comments written yet.

Please login to write comment.