Color Hex Logo

#df349b Color Hex

#DF349B
(223,52,155)
0 Favorites   0 Comments

Color spaces of #df349b

RGB 22352155
HSL0.900.730.54
HSV324°77°87°
CMYK 0.000.770.30   0.13
XYZ37.575820.510532.9888
Yxy20.51050.41260.2252
Hunter Lab45.288568.8462-11.4857
CIE-Lab52.409672.0979-16.3802

#df349b color RGB value is (223,52,155).

#df349b hex color red value is 223, green value is 52 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df349b hue: 0.90 , saturation: 0.73 and the lightness value of df349b is 0.54.

The process color (four color CMYK) of #df349b color hex is 0.00, 0.77, 0.30, 0.13. Web safe color of #df349b is #cc3399. Color #df349b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 10011011
Octal 337 64 233
Decimal 223 52 155
Hex DF 34 9B

RGB Percentages of Color #df349b

%51.86
%12.09
%36.05

CMYK Percentages of Color #df349b

%0
%77
%30
%13

Triadic Colors of #df349b

#df349b #9bdf34 #349bdf

Analogous Colors of #df349b

#df349b #df3445 #ce34df

Monochromatic Colors of #df349b

#df349b

Complementary Color

#df349b #34df78

#df349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df349b Color CSS Codes

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

#df349b Text Font Color

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

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


#df349b Background Color

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

This div background color is #df349b


#df349b Border Color

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

This div border color is #df349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df349b


Comments

No comments written yet.

Please login to write comment.