Color Hex Logo

#df34fd Color Hex

#DF34FD
(223,52,253)
0 Favorites   0 Comments

Color spaces of #df34fd

RGB 22352253
HSL0.810.980.60
HSV291°79°99°
CMYK 0.120.790.00   0.01
XYZ49.389025.235895.1964
Yxy25.23580.29080.1486
Hunter Lab50.235287.5814-77.1906
CIE-Lab57.304586.0090-64.8551

#df34fd color RGB value is (223,52,253).

#df34fd hex color red value is 223, green value is 52 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df34fd hue: 0.81 , saturation: 0.98 and the lightness value of df34fd is 0.60.

The process color (four color CMYK) of #df34fd color hex is 0.12, 0.79, 0.00, 0.01. Web safe color of #df34fd is #cc33ff. Color #df34fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 11111101
Octal 337 64 375
Decimal 223 52 253
Hex DF 34 FD

RGB Percentages of Color #df34fd

%42.23
%9.85
%47.92

CMYK Percentages of Color #df34fd

%12
%79
%0
%1

Triadic Colors of #df34fd

#df34fd #fddf34 #34fddf

Analogous Colors of #df34fd

#df34fd #fd34b7 #7b34fd

Monochromatic Colors of #df34fd

#df34fd

Complementary Color

#df34fd #52fd34

#df34fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df34fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df34fd Color CSS Codes

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

#df34fd Text Font Color

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

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


#df34fd Background Color

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

This div background color is #df34fd


#df34fd Border Color

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

This div border color is #df34fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df34fd


Comments

No comments written yet.

Please login to write comment.