Color Hex Logo

#d326fc Color Hex

#D326FC
(211,38,252)
0 Favorites   0 Comments

Color spaces of #d326fc

RGB 21138252
HSL0.800.970.57
HSV289°85°99°
CMYK 0.160.850.00   0.01
XYZ45.127822.263494.0142
Yxy22.26340.27960.1379
Hunter Lab47.184188.1487-85.1063
CIE-Lab54.305487.0261-69.2310

#d326fc color RGB value is (211,38,252).

#d326fc hex color red value is 211, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d326fc hue: 0.80 , saturation: 0.97 and the lightness value of d326fc is 0.57.

The process color (four color CMYK) of #d326fc color hex is 0.16, 0.85, 0.00, 0.01. Web safe color of #d326fc is #cc33ff. Color #d326fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100110 11111100
Octal 323 46 374
Decimal 211 38 252
Hex D3 26 FC

RGB Percentages of Color #d326fc

%42.12
%7.58
%50.30

CMYK Percentages of Color #d326fc

%16
%85
%0
%1

Triadic Colors of #d326fc

#d326fc #fcd326 #26fcd3

Analogous Colors of #d326fc

#d326fc #fc26ba #6826fc

Monochromatic Colors of #d326fc

#d326fc

Complementary Color

#d326fc #4ffc26

#d326fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d326fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d326fc Color CSS Codes

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

#d326fc Text Font Color

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

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


#d326fc Background Color

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

This div background color is #d326fc


#d326fc Border Color

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

This div border color is #d326fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d326fc

Related Colors


Comments

No comments written yet.

Please login to write comment.