Color Hex Logo

#d327fb Color Hex

#D327FB
(211,39,251)
0 Favorites   0 Comments

Color spaces of #d327fb

RGB 21139251
HSL0.800.960.57
HSV289°84°98°
CMYK 0.160.840.00   0.02
XYZ45.002122.265093.1925
Yxy22.26500.28050.1388
Hunter Lab47.185887.6641-84.0684
CIE-Lab54.307186.6563-68.6716

#d327fb color RGB value is (211,39,251).

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

The process color (four color CMYK) of #d327fb color hex is 0.16, 0.84, 0.00, 0.02. Web safe color of #d327fb is #cc33ff. Color #d327fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100111 11111011
Octal 323 47 373
Decimal 211 39 251
Hex D3 27 FB

RGB Percentages of Color #d327fb

%42.12
%7.78
%50.10

CMYK Percentages of Color #d327fb

%16
%84
%0
%2

Triadic Colors of #d327fb

#d327fb #fbd327 #27fbd3

Analogous Colors of #d327fb

#d327fb #fb27b9 #6927fb

Monochromatic Colors of #d327fb

#d327fb

Complementary Color

#d327fb #4ffb27

#d327fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d327fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d327fb Color CSS Codes

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

#d327fb Text Font Color

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

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


#d327fb Background Color

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

This div background color is #d327fb


#d327fb Border Color

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

This div border color is #d327fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d327fb


Comments

No comments written yet.

Please login to write comment.