Color Hex Logo

#d35dcf Color Hex

#D35DCF
(211,93,207)
0 Favorites   0 Comments

Color spaces of #d35dcf

RGB 21193207
HSL0.840.570.60
HSV302°56°83°
CMYK 0.000.560.02   0.17
XYZ42.040826.182661.8694
Yxy26.18260.32320.2013
Hunter Lab51.168957.1114-35.8705
CIE-Lab58.210061.0907-37.7058

#d35dcf color RGB value is (211,93,207).

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

The process color (four color CMYK) of #d35dcf color hex is 0.00, 0.56, 0.02, 0.17. Web safe color of #d35dcf is #cc66cc. Color #d35dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11001111
Octal 323 135 317
Decimal 211 93 207
Hex D3 5D CF

RGB Percentages of Color #d35dcf

%41.29
%18.20
%40.51

CMYK Percentages of Color #d35dcf

%0
%56
%2
%17

Triadic Colors of #d35dcf

#d35dcf #cfd35d #5dcfd3

Analogous Colors of #d35dcf

#d35dcf #d35d94 #9c5dd3

Monochromatic Colors of #d35dcf

#d35dcf

Complementary Color

#d35dcf #5dd361

#d35dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35dcf Color CSS Codes

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

#d35dcf Text Font Color

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

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


#d35dcf Background Color

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

This div background color is #d35dcf


#d35dcf Border Color

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

This div border color is #d35dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35dcf


Comments

No comments written yet.

Please login to write comment.