Color Hex Logo

#d35ecb Color Hex

#D35ECB
(211,94,203)
0 Favorites   0 Comments

Color spaces of #d35ecb

RGB 21194203
HSL0.840.570.60
HSV304°55°83°
CMYK 0.000.550.04   0.17
XYZ41.646226.166159.3555
Yxy26.16610.32750.2058
Hunter Lab51.152855.8088-32.9906
CIE-Lab58.194459.9623-35.4579

#d35ecb color RGB value is (211,94,203).

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

The process color (four color CMYK) of #d35ecb color hex is 0.00, 0.55, 0.04, 0.17. Web safe color of #d35ecb is #cc66cc. Color #d35ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011110 11001011
Octal 323 136 313
Decimal 211 94 203
Hex D3 5E CB

RGB Percentages of Color #d35ecb

%41.54
%18.50
%39.96

CMYK Percentages of Color #d35ecb

%0
%55
%4
%17

Triadic Colors of #d35ecb

#d35ecb #cbd35e #5ecbd3

Analogous Colors of #d35ecb

#d35ecb #d35e91 #a15ed3

Monochromatic Colors of #d35ecb

#d35ecb

Complementary Color

#d35ecb #5ed366

#d35ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35ecb Color CSS Codes

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

#d35ecb Text Font Color

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

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


#d35ecb Background Color

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

This div background color is #d35ecb


#d35ecb Border Color

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

This div border color is #d35ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35ecb


Comments

No comments written yet.

Please login to write comment.