Color Hex Logo

#d342ff Color Hex

#D342FF
(211,66,255)
0 Favorites   0 Comments

Color spaces of #d342ff

RGB 21166255
HSL0.791.000.63
HSV286°74°100°
CMYK 0.170.740.00   0.00
XYZ46.862224.965396.9566
Yxy24.96530.27760.1479
Hunter Lab49.965379.9750-80.0753
CIE-Lab57.041680.1664-66.4798

#d342ff color RGB value is (211,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 11111111
Octal 323 102 377
Decimal 211 66 255
Hex D3 42 FF

RGB Percentages of Color #d342ff

%39.66
%12.41
%47.93

CMYK Percentages of Color #d342ff

%17
%74
%0
%0

Triadic Colors of #d342ff

#d342ff #ffd342 #42ffd3

Analogous Colors of #d342ff

#d342ff #ff42cd #7542ff

Monochromatic Colors of #d342ff

#d342ff

Complementary Color

#d342ff #6eff42

#d342ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d342ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d342ff Color CSS Codes

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

#d342ff Text Font Color

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

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


#d342ff Background Color

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

This div background color is #d342ff


#d342ff Border Color

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

This div border color is #d342ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d342ff


Comments

No comments written yet.

Please login to write comment.