Color Hex Logo

#d326f4 Color Hex

#D326F4
(211,38,244)
0 Favorites   0 Comments

Color spaces of #d326f4

RGB 21138244
HSL0.810.900.55
HSV290°84°96°
CMYK 0.140.840.00   0.04
XYZ43.886221.766887.4763
Yxy21.76680.28660.1421
Hunter Lab46.654986.2610-78.5082
CIE-Lab53.778785.6856-65.6179

#d326f4 color RGB value is (211,38,244).

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

The process color (four color CMYK) of #d326f4 color hex is 0.14, 0.84, 0.00, 0.04. Web safe color of #d326f4 is #cc33ff. Color #d326f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100110 11110100
Octal 323 46 364
Decimal 211 38 244
Hex D3 26 F4

RGB Percentages of Color #d326f4

%42.80
%7.71
%49.49

CMYK Percentages of Color #d326f4

%14
%84
%0
%4

Triadic Colors of #d326f4

#d326f4 #f4d326 #26f4d3

Analogous Colors of #d326f4

#d326f4 #f426ae #6c26f4

Monochromatic Colors of #d326f4

#d326f4

Complementary Color

#d326f4 #47f426

#d326f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d326f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d326f4 Color CSS Codes

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

#d326f4 Text Font Color

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

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


#d326f4 Background Color

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

This div background color is #d326f4


#d326f4 Border Color

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

This div border color is #d326f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d326f4


Comments

No comments written yet.

Please login to write comment.