Color Hex Logo

#d35fdf Color Hex

#D35FDF
(211,95,223)
0 Favorites   0 Comments

Color spaces of #d35fdf

RGB 21195223
HSL0.820.670.62
HSV294°57°87°
CMYK 0.050.570.00   0.13
XYZ44.275527.361072.7597
Yxy27.36100.30660.1895
Hunter Lab52.307759.5514-45.8565
CIE-Lab59.307062.9961-45.0136

#d35fdf color RGB value is (211,95,223).

#d35fdf hex color red value is 211, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d35fdf hue: 0.82 , saturation: 0.67 and the lightness value of d35fdf is 0.62.

The process color (four color CMYK) of #d35fdf color hex is 0.05, 0.57, 0.00, 0.13. Web safe color of #d35fdf is #cc66cc. Color #d35fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011111 11011111
Octal 323 137 337
Decimal 211 95 223
Hex D3 5F DF

RGB Percentages of Color #d35fdf

%39.89
%17.96
%42.16

CMYK Percentages of Color #d35fdf

%5
%57
%0
%13

Triadic Colors of #d35fdf

#d35fdf #dfd35f #5fdfd3

Analogous Colors of #d35fdf

#d35fdf #df5fab #935fdf

Monochromatic Colors of #d35fdf

#d35fdf

Complementary Color

#d35fdf #6bdf5f

#d35fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35fdf Color CSS Codes

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

#d35fdf Text Font Color

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

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


#d35fdf Background Color

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

This div background color is #d35fdf


#d35fdf Border Color

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

This div border color is #d35fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35fdf


Comments

No comments written yet.

Please login to write comment.