Color Hex Logo

#d35dea Color Hex

#D35DEA
(211,93,234)
0 Favorites   0 Comments

Color spaces of #d35dea

RGB 21193234
HSL0.810.770.64
HSV290°60°92°
CMYK 0.100.600.00   0.08
XYZ45.629627.618180.7678
Yxy27.61810.29630.1793
Hunter Lab52.552963.0168-54.3349
CIE-Lab59.542165.8942-50.8011

#d35dea color RGB value is (211,93,234).

#d35dea hex color red value is 211, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d35dea hue: 0.81 , saturation: 0.77 and the lightness value of d35dea is 0.64.

The process color (four color CMYK) of #d35dea color hex is 0.10, 0.60, 0.00, 0.08. Web safe color of #d35dea is #cc66ff. Color #d35dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11101010
Octal 323 135 352
Decimal 211 93 234
Hex D3 5D EA

RGB Percentages of Color #d35dea

%39.22
%17.29
%43.49

CMYK Percentages of Color #d35dea

%10
%60
%0
%8

Triadic Colors of #d35dea

#d35dea #ead35d #5dead3

Analogous Colors of #d35dea

#d35dea #ea5dbb #8d5dea

Monochromatic Colors of #d35dea

#d35dea

Complementary Color

#d35dea #74ea5d

#d35dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35dea Color CSS Codes

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

#d35dea Text Font Color

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

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


#d35dea Background Color

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

This div background color is #d35dea


#d35dea Border Color

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

This div border color is #d35dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35dea


Comments

No comments written yet.

Please login to write comment.