Color Hex Logo

#df7fea Color Hex

#DF7FEA
(223,127,234)
0 Favorites   0 Comments

Color spaces of #df7fea

RGB 223127234
HSL0.820.720.71
HSV294°46°92°
CMYK 0.050.460.00   0.08
XYZ52.872136.807282.1597
Yxy36.80720.30770.2142
Hunter Lab60.668949.3895-37.8240
CIE-Lab67.132152.8841-38.7490

#df7fea color RGB value is (223,127,234).

#df7fea hex color red value is 223, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df7fea hue: 0.82 , saturation: 0.72 and the lightness value of df7fea is 0.71.

The process color (four color CMYK) of #df7fea color hex is 0.05, 0.46, 0.00, 0.08. Web safe color of #df7fea is #cc66ff. Color #df7fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11101010
Octal 337 177 352
Decimal 223 127 234
Hex DF 7F EA

RGB Percentages of Color #df7fea

%38.18
%21.75
%40.07

CMYK Percentages of Color #df7fea

%5
%46
%0
%8

Triadic Colors of #df7fea

#df7fea #eadf7f #7feadf

Analogous Colors of #df7fea

#df7fea #ea7fc0 #aa7fea

Monochromatic Colors of #df7fea

#df7fea

Complementary Color

#df7fea #8aea7f

#df7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7fea Color CSS Codes

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

#df7fea Text Font Color

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

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


#df7fea Background Color

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

This div background color is #df7fea


#df7fea Border Color

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

This div border color is #df7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7fea


Comments

No comments written yet.

Please login to write comment.