Color Hex Logo

#d327ff Color Hex

#D327FF
(211,39,255)
0 Favorites   0 Comments

Color spaces of #d327ff

RGB 21139255
HSL0.801.000.58
HSV288°85°100°
CMYK 0.170.850.00   0.00
XYZ45.639522.519996.5491
Yxy22.51990.27710.1367
Hunter Lab47.455188.6241-87.4089
CIE-Lab54.574387.3355-70.4638

#d327ff color RGB value is (211,39,255).

#d327ff hex color red value is 211, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d327ff hue: 0.80 , saturation: 1.00 and the lightness value of d327ff is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100111 11111111
Octal 323 47 377
Decimal 211 39 255
Hex D3 27 FF

RGB Percentages of Color #d327ff

%41.78
%7.72
%50.50

CMYK Percentages of Color #d327ff

%17
%85
%0
%0

Triadic Colors of #d327ff

#d327ff #ffd327 #27ffd3

Analogous Colors of #d327ff

#d327ff #ff27bf #6727ff

Monochromatic Colors of #d327ff

#d327ff

Complementary Color

#d327ff #53ff27

#d327ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d327ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d327ff Color CSS Codes

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

#d327ff Text Font Color

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

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


#d327ff Background Color

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

This div background color is #d327ff


#d327ff Border Color

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

This div border color is #d327ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d327ff

Related Colors


Comments

No comments written yet.

Please login to write comment.