Color Hex Logo

#df3085 Color Hex

#DF3085
(223,48,133)
0 Favorites   0 Comments

Color spaces of #df3085

RGB 22348133
HSL0.920.730.53
HSV331°78°87°
CMYK 0.000.780.40   0.13
XYZ35.722019.495324.0705
Yxy19.49530.45050.2459
Hunter Lab44.153567.1453-1.4148
CIE-Lab51.261770.9086-4.9627

#df3085 color RGB value is (223,48,133).

#df3085 hex color red value is 223, green value is 48 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #df3085 hue: 0.92 , saturation: 0.73 and the lightness value of df3085 is 0.53.

The process color (four color CMYK) of #df3085 color hex is 0.00, 0.78, 0.40, 0.13. Web safe color of #df3085 is #cc3399. Color #df3085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 10000101
Octal 337 60 205
Decimal 223 48 133
Hex DF 30 85

RGB Percentages of Color #df3085

%55.20
%11.88
%32.92

CMYK Percentages of Color #df3085

%0
%78
%40
%13

Triadic Colors of #df3085

#df3085 #85df30 #3085df

Analogous Colors of #df3085

#df3085 #df3330 #df30dd

Monochromatic Colors of #df3085

#df3085

Complementary Color

#df3085 #30df8a

#df3085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3085 Color CSS Codes

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

#df3085 Text Font Color

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

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


#df3085 Background Color

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

This div background color is #df3085


#df3085 Border Color

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

This div border color is #df3085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3085


Comments

No comments written yet.

Please login to write comment.