Color Hex Logo

#d383fe Color Hex

#D383FE
(211,131,254)
0 Favorites   0 Comments

Color spaces of #d383fe

RGB 211131254
HSL0.780.980.75
HSV279°48°100°
CMYK 0.170.480.00   0.00
XYZ52.869737.237298.1669
Yxy37.23720.28080.1978
Hunter Lab61.022347.8634-52.6646
CIE-Lab67.454651.4879-49.3237

#d383fe color RGB value is (211,131,254).

#d383fe hex color red value is 211, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d383fe hue: 0.78 , saturation: 0.98 and the lightness value of d383fe is 0.75.

The process color (four color CMYK) of #d383fe color hex is 0.17, 0.48, 0.00, 0.00. Web safe color of #d383fe is #cc99ff. Color #d383fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000011 11111110
Octal 323 203 376
Decimal 211 131 254
Hex D3 83 FE

RGB Percentages of Color #d383fe

%35.40
%21.98
%42.62

CMYK Percentages of Color #d383fe

%17
%48
%0
%0

Triadic Colors of #d383fe

#d383fe #fed383 #83fed3

Analogous Colors of #d383fe

#d383fe #fe83ec #9683fe

Monochromatic Colors of #d383fe

#d383fe

Complementary Color

#d383fe #aefe83

#d383fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d383fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d383fe Color CSS Codes

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

#d383fe Text Font Color

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

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


#d383fe Background Color

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

This div background color is #d383fe


#d383fe Border Color

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

This div border color is #d383fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d383fe


Comments

No comments written yet.

Please login to write comment.