color codes Logo

#d35dbe color codes

#D35DBE
(211,93,190)
0 Favorites   0 Comments

Color spaces of #d35dbe

RGB 21193190
HSL0.860.570.60
HSV311°56°83°
CMYK 0.000.560.10   0.17
XYZ40.072625.395351.5049
Yxy25.39530.34260.2171
Hunter Lab50.393753.7523-25.3217
CIE-Lab57.458658.2892-29.1803

#d35dbe color RGB value is (211,93,190).

#d35dbe hex color red value is 211, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d35dbe hue: 0.86 , saturation: 0.57 and the lightness value of d35dbe is 0.60.

The process color (four color CMYK) of #d35dbe color code is 0.00, 0.56, 0.10, 0.17. Web safe color of #d35dbe is #cc66cc. Color #d35dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 10111110
Octal 323 135 276
Decimal 211 93 190
Hex D3 5D BE

RGB Percentages of Color #d35dbe

%42.71
%18.83
%38.46

CMYK Percentages of Color #d35dbe

%0
%56
%10
%17

Triadic Colors of #d35dbe

#d35dbe #bed35d #5dbed3

Analogous Colors of #d35dbe

#d35dbe #d35d83 #ad5dd3

Monochromatic Colors of #d35dbe

#d35dbe

Complementary Color

#d35dbe #5dd372

#d35dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35dbe Color CSS Codes

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

#d35dbe Text Font Color

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

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


#d35dbe Background Color

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

This div background color is #d35dbe


#d35dbe Border Color

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

This div border color is #d35dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35dbe


Comments

No comments written yet.

Please login to write comment.