Color Hex Logo

#df75cf Color Hex

#DF75CF
(223,117,207)
0 Favorites   0 Comments

Color spaces of #df75cf

RGB 223117207
HSL0.860.620.67
HSV309°48°87°
CMYK 0.000.480.07   0.13
XYZ48.055232.915562.8520
Yxy32.91550.33410.2289
Hunter Lab57.372049.1117-24.7927
CIE-Lab64.092453.0988-28.4360

#df75cf color RGB value is (223,117,207).

#df75cf hex color red value is 223, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df75cf hue: 0.86 , saturation: 0.62 and the lightness value of df75cf is 0.67.

The process color (four color CMYK) of #df75cf color hex is 0.00, 0.48, 0.07, 0.13. Web safe color of #df75cf is #cc66cc. Color #df75cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110101 11001111
Octal 337 165 317
Decimal 223 117 207
Hex DF 75 CF

RGB Percentages of Color #df75cf

%40.77
%21.39
%37.84

CMYK Percentages of Color #df75cf

%0
%48
%7
%13

Triadic Colors of #df75cf

#df75cf #cfdf75 #75cfdf

Analogous Colors of #df75cf

#df75cf #df759a #ba75df

Monochromatic Colors of #df75cf

#df75cf

Complementary Color

#df75cf #75df85

#df75cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df75cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df75cf Color CSS Codes

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

#df75cf Text Font Color

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

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


#df75cf Background Color

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

This div background color is #df75cf


#df75cf Border Color

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

This div border color is #df75cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df75cf


Comments

No comments written yet.

Please login to write comment.