Color Hex Logo

#d376fb Color Hex

#D376FB
(211,118,251)
0 Favorites   0 Comments

Color spaces of #d376fb

RGB 211118251
HSL0.780.940.72
HSV282°53°98°
CMYK 0.160.530.00   0.02
XYZ50.755033.770895.1101
Yxy33.77080.28250.1880
Hunter Lab58.112654.2030-56.3582
CIE-Lab64.780257.4581-51.9080

#d376fb color RGB value is (211,118,251).

#d376fb hex color red value is 211, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d376fb hue: 0.78 , saturation: 0.94 and the lightness value of d376fb is 0.72.

The process color (four color CMYK) of #d376fb color hex is 0.16, 0.53, 0.00, 0.02. Web safe color of #d376fb is #cc66ff. Color #d376fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110110 11111011
Octal 323 166 373
Decimal 211 118 251
Hex D3 76 FB

RGB Percentages of Color #d376fb

%36.38
%20.34
%43.28

CMYK Percentages of Color #d376fb

%16
%53
%0
%2

Triadic Colors of #d376fb

#d376fb #fbd376 #76fbd3

Analogous Colors of #d376fb

#d376fb #fb76e1 #9176fb

Monochromatic Colors of #d376fb

#d376fb

Complementary Color

#d376fb #9efb76

#d376fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d376fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d376fb Color CSS Codes

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

#d376fb Text Font Color

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

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


#d376fb Background Color

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

This div background color is #d376fb


#d376fb Border Color

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

This div border color is #d376fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,118,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 #d376fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d376fb


Comments

No comments written yet.

Please login to write comment.