Color Hex Logo

#d422df Color Hex

#D422DF
(212,34,223)
0 Favorites   0 Comments

Color spaces of #d422df

RGB 21234223
HSL0.820.750.50
HSV297°85°87°
CMYK 0.050.850.00   0.13
XYZ41.042720.468871.5997
Yxy20.46880.30830.1538
Hunter Lab45.242582.7559-62.1613
CIE-Lab52.363283.2535-56.0515

#d422df color RGB value is (212,34,223).

#d422df hex color red value is 212, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d422df hue: 0.82 , saturation: 0.75 and the lightness value of d422df is 0.50.

The process color (four color CMYK) of #d422df color hex is 0.05, 0.85, 0.00, 0.13. Web safe color of #d422df is #cc33cc. Color #d422df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 11011111
Octal 324 42 337
Decimal 212 34 223
Hex D4 22 DF

RGB Percentages of Color #d422df

%45.20
%7.25
%47.55

CMYK Percentages of Color #d422df

%5
%85
%0
%13

Triadic Colors of #d422df

#d422df #dfd422 #22dfd4

Analogous Colors of #d422df

#d422df #df228c #7622df

Monochromatic Colors of #d422df

#d422df

Complementary Color

#d422df #2ddf22

#d422df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d422df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d422df Color CSS Codes

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

#d422df Text Font Color

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

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


#d422df Background Color

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

This div background color is #d422df


#d422df Border Color

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

This div border color is #d422df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d422df


Comments

No comments written yet.

Please login to write comment.