Color Hex Logo

#d935df Color Hex

#D935DF
(217,53,223)
0 Favorites   0 Comments

Color spaces of #d935df

RGB 21753223
HSL0.830.730.54
HSV298°76°87°
CMYK 0.030.760.00   0.13
XYZ43.207722.625671.9019
Yxy22.62560.31370.1643
Hunter Lab47.566478.9023-56.3270
CIE-Lab54.684679.7790-52.2934

#d935df color RGB value is (217,53,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 11011111
Octal 331 65 337
Decimal 217 53 223
Hex D9 35 DF

RGB Percentages of Color #d935df

%44.02
%10.75
%45.23

CMYK Percentages of Color #d935df

%3
%76
%0
%13

Triadic Colors of #d935df

#d935df #dfd935 #35dfd9

Analogous Colors of #d935df

#d935df #df3590 #8435df

Monochromatic Colors of #d935df

#d935df

Complementary Color

#d935df #3bdf35

#d935df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d935df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d935df Color CSS Codes

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

#d935df Text Font Color

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

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


#d935df Background Color

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

This div background color is #d935df


#d935df Border Color

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

This div border color is #d935df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d935df


Comments

No comments written yet.

Please login to write comment.