Color Hex Logo

#d35dfa Color Hex

#D35DFA
(211,93,250)
0 Favorites   0 Comments

Color spaces of #d35dfa

RGB 21193250
HSL0.790.940.67
HSV285°63°98°
CMYK 0.160.630.00   0.02
XYZ48.033628.579793.4273
Yxy28.57970.28250.1681
Hunter Lab53.460066.8266-66.1939
CIE-Lab60.408968.9164-58.3106

#d35dfa color RGB value is (211,93,250).

#d35dfa hex color red value is 211, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d35dfa hue: 0.79 , saturation: 0.94 and the lightness value of d35dfa is 0.67.

The process color (four color CMYK) of #d35dfa color hex is 0.16, 0.63, 0.00, 0.02. Web safe color of #d35dfa is #cc66ff. Color #d35dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11111010
Octal 323 135 372
Decimal 211 93 250
Hex D3 5D FA

RGB Percentages of Color #d35dfa

%38.09
%16.79
%45.13

CMYK Percentages of Color #d35dfa

%16
%63
%0
%2

Triadic Colors of #d35dfa

#d35dfa #fad35d #5dfad3

Analogous Colors of #d35dfa

#d35dfa #fa5dd3 #855dfa

Monochromatic Colors of #d35dfa

#d35dfa

Complementary Color

#d35dfa #84fa5d

#d35dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35dfa Color CSS Codes

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

#d35dfa Text Font Color

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

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


#d35dfa Background Color

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

This div background color is #d35dfa


#d35dfa Border Color

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

This div border color is #d35dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.