Color Hex Logo

#d346fe Color Hex

#D346FE
(211,70,254)
0 Favorites   0 Comments

Color spaces of #d346fe

RGB 21170254
HSL0.790.990.64
HSV286°72°100°
CMYK 0.170.720.00   0.00
XYZ46.943525.385096.1915
Yxy25.38500.27860.1506
Hunter Lab50.383578.1414-77.9271
CIE-Lab57.448678.6403-65.2706

#d346fe color RGB value is (211,70,254).

#d346fe hex color red value is 211, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d346fe hue: 0.79 , saturation: 0.99 and the lightness value of d346fe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 11111110
Octal 323 106 376
Decimal 211 70 254
Hex D3 46 FE

RGB Percentages of Color #d346fe

%39.44
%13.08
%47.48

CMYK Percentages of Color #d346fe

%17
%72
%0
%0

Triadic Colors of #d346fe

#d346fe #fed346 #46fed3

Analogous Colors of #d346fe

#d346fe #fe46cd #7746fe

Monochromatic Colors of #d346fe

#d346fe

Complementary Color

#d346fe #71fe46

#d346fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d346fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d346fe Color CSS Codes

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

#d346fe Text Font Color

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

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


#d346fe Background Color

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

This div background color is #d346fe


#d346fe Border Color

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

This div border color is #d346fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d346fe

Related Colors


Comments

No comments written yet.

Please login to write comment.