Color Hex Logo

#d326ee Color Hex

#D326EE
(211,38,238)
0 Favorites   0 Comments

Color spaces of #d326ee

RGB 21138238
HSL0.810.850.54
HSV292°84°93°
CMYK 0.110.840.00   0.07
XYZ42.989721.408282.7553
Yxy21.40820.29210.1455
Hunter Lab46.269084.8781-73.6560
CIE-Lab53.393484.6968-62.8754

#d326ee color RGB value is (211,38,238).

#d326ee hex color red value is 211, green value is 38 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d326ee hue: 0.81 , saturation: 0.85 and the lightness value of d326ee is 0.54.

The process color (four color CMYK) of #d326ee color hex is 0.11, 0.84, 0.00, 0.07. Web safe color of #d326ee is #cc33ff. Color #d326ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100110 11101110
Octal 323 46 356
Decimal 211 38 238
Hex D3 26 EE

RGB Percentages of Color #d326ee

%43.33
%7.80
%48.87

CMYK Percentages of Color #d326ee

%11
%84
%0
%7

Triadic Colors of #d326ee

#d326ee #eed326 #26eed3

Analogous Colors of #d326ee

#d326ee #ee26a5 #6f26ee

Monochromatic Colors of #d326ee

#d326ee

Complementary Color

#d326ee #41ee26

#d326ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d326ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d326ee Color CSS Codes

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

#d326ee Text Font Color

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

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


#d326ee Background Color

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

This div background color is #d326ee


#d326ee Border Color

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

This div border color is #d326ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d326ee


Comments

No comments written yet.

Please login to write comment.