Color Hex Logo

#d435df Color Hex

#D435DF
(212,53,223)
0 Favorites   0 Comments

Color spaces of #d435df

RGB 21253223
HSL0.820.730.54
HSV296°76°87°
CMYK 0.050.760.00   0.13
XYZ41.743821.871071.8334
Yxy21.87100.30820.1615
Hunter Lab46.766477.4881-58.3331
CIE-Lab53.889978.8126-53.6083

#d435df color RGB value is (212,53,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 11011111
Octal 324 65 337
Decimal 212 53 223
Hex D4 35 DF

RGB Percentages of Color #d435df

%43.44
%10.86
%45.70

CMYK Percentages of Color #d435df

%5
%76
%0
%13

Triadic Colors of #d435df

#d435df #dfd435 #35dfd4

Analogous Colors of #d435df

#d435df #df3595 #7f35df

Monochromatic Colors of #d435df

#d435df

Complementary Color

#d435df #40df35

#d435df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d435df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d435df Color CSS Codes

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

#d435df Text Font Color

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

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


#d435df Background Color

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

This div background color is #d435df


#d435df Border Color

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

This div border color is #d435df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,53,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 #d435df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d435df


Comments

No comments written yet.

Please login to write comment.