Color Hex Logo

#d35edc Color Hex

#D35EDC
(211,94,220)
0 Favorites   0 Comments

Color spaces of #d35edc

RGB 21194220
HSL0.820.640.62
HSV296°57°86°
CMYK 0.040.570.00   0.14
XYZ43.784927.021670.6181
Yxy27.02160.30960.1911
Hunter Lab51.982359.3822-44.1580
CIE-Lab58.994362.9069-43.8200

#d35edc color RGB value is (211,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011110 11011100
Octal 323 136 334
Decimal 211 94 220
Hex D3 5E DC

RGB Percentages of Color #d35edc

%40.19
%17.90
%41.90

CMYK Percentages of Color #d35edc

%4
%57
%0
%14

Triadic Colors of #d35edc

#d35edc #dcd35e #5edcd3

Analogous Colors of #d35edc

#d35edc #dc5ea6 #945edc

Monochromatic Colors of #d35edc

#d35edc

Complementary Color

#d35edc #67dc5e

#d35edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35edc Color CSS Codes

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

#d35edc Text Font Color

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

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


#d35edc Background Color

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

This div background color is #d35edc


#d35edc Border Color

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

This div border color is #d35edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35edc


Comments

No comments written yet.

Please login to write comment.