Color Hex Logo

#d35fdc Color Hex

#D35FDC
(211,95,220)
0 Favorites   0 Comments

Color spaces of #d35fdc

RGB 21195220
HSL0.820.640.62
HSV296°57°86°
CMYK 0.040.570.00   0.14
XYZ43.874427.200670.6479
Yxy27.20060.30960.1919
Hunter Lab52.154258.8922-43.8061
CIE-Lab59.159562.4576-43.5595

#d35fdc color RGB value is (211,95,220).

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

The process color (four color CMYK) of #d35fdc color hex is 0.04, 0.57, 0.00, 0.14. Web safe color of #d35fdc is #cc66cc. Color #d35fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011111 11011100
Octal 323 137 334
Decimal 211 95 220
Hex D3 5F DC

RGB Percentages of Color #d35fdc

%40.11
%18.06
%41.83

CMYK Percentages of Color #d35fdc

%4
%57
%0
%14

Triadic Colors of #d35fdc

#d35fdc #dcd35f #5fdcd3

Analogous Colors of #d35fdc

#d35fdc #dc5fa7 #955fdc

Monochromatic Colors of #d35fdc

#d35fdc

Complementary Color

#d35fdc #68dc5f

#d35fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35fdc Color CSS Codes

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

#d35fdc Text Font Color

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

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


#d35fdc Background Color

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

This div background color is #d35fdc


#d35fdc Border Color

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

This div border color is #d35fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35fdc


Comments

No comments written yet.

Please login to write comment.