Color Hex Logo

#df347b Color Hex

#DF347B
(223,52,123)
0 Favorites   0 Comments

Color spaces of #df347b

RGB 22352123
HSL0.930.730.54
HSV335°77°87°
CMYK 0.000.770.45   0.13
XYZ35.234619.574020.6600
Yxy19.57400.46690.2594
Hunter Lab44.242564.73243.2830
CIE-Lab51.352168.87041.1978

#df347b color RGB value is (223,52,123).

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

The process color (four color CMYK) of #df347b color hex is 0.00, 0.77, 0.45, 0.13. Web safe color of #df347b is #cc3366. Color #df347b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01111011
Octal 337 64 173
Decimal 223 52 123
Hex DF 34 7B

RGB Percentages of Color #df347b

%56.03
%13.07
%30.90

CMYK Percentages of Color #df347b

%0
%77
%45
%13

Triadic Colors of #df347b

#df347b #7bdf34 #347bdf

Analogous Colors of #df347b

#df347b #df4334 #df34d1

Monochromatic Colors of #df347b

#df347b

Complementary Color

#df347b #34df98

#df347b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df347b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df347b Color CSS Codes

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

#df347b Text Font Color

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

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


#df347b Background Color

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

This div background color is #df347b


#df347b Border Color

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

This div border color is #df347b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df347b


Comments

No comments written yet.

Please login to write comment.