Color Hex Logo

#df32be Color Hex

#DF32BE
(223,50,190)
0 Favorites   0 Comments

Color spaces of #df32be

RGB 22350190
HSL0.870.730.54
HSV311°78°87°
CMYK 0.000.780.15   0.13
XYZ40.866321.686950.7473
Yxy21.68690.36070.1914
Hunter Lab46.569275.1447-32.0110
CIE-Lab53.693276.9783-34.9045

#df32be color RGB value is (223,50,190).

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

The process color (four color CMYK) of #df32be color hex is 0.00, 0.78, 0.15, 0.13. Web safe color of #df32be is #cc33cc. Color #df32be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 10111110
Octal 337 62 276
Decimal 223 50 190
Hex DF 32 BE

RGB Percentages of Color #df32be

%48.16
%10.80
%41.04

CMYK Percentages of Color #df32be

%0
%78
%15
%13

Triadic Colors of #df32be

#df32be #bedf32 #32bedf

Analogous Colors of #df32be

#df32be #df3268 #aa32df

Monochromatic Colors of #df32be

#df32be

Complementary Color

#df32be #32df53

#df32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df32be Color CSS Codes

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

#df32be Text Font Color

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

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


#df32be Background Color

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

This div background color is #df32be


#df32be Border Color

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

This div border color is #df32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df32be


Comments

No comments written yet.

Please login to write comment.