Color Hex Logo

#d35fdb Color Hex

#D35FDB
(211,95,219)
0 Favorites   0 Comments

Color spaces of #d35fdb

RGB 21195219
HSL0.820.630.62
HSV296°57°86°
CMYK 0.040.570.00   0.14
XYZ43.742427.147869.9524
Yxy27.14780.31060.1928
Hunter Lab52.103658.6746-43.1282
CIE-Lab59.110962.2795-43.0733

#d35fdb color RGB value is (211,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011111 11011011
Octal 323 137 333
Decimal 211 95 219
Hex D3 5F DB

RGB Percentages of Color #d35fdb

%40.19
%18.10
%41.71

CMYK Percentages of Color #d35fdb

%4
%57
%0
%14

Triadic Colors of #d35fdb

#d35fdb #dbd35f #5fdbd3

Analogous Colors of #d35fdb

#d35fdb #db5fa5 #955fdb

Monochromatic Colors of #d35fdb

#d35fdb

Complementary Color

#d35fdb #67db5f

#d35fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35fdb Color CSS Codes

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

#d35fdb Text Font Color

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

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


#d35fdb Background Color

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

This div background color is #d35fdb


#d35fdb Border Color

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

This div border color is #d35fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35fdb

#d35fdb Color Palettes


Comments

No comments written yet.

Please login to write comment.