Color Hex Logo

#d342fc Color Hex

#D342FC
(211,66,252)
0 Favorites   0 Comments

Color spaces of #d342fc

RGB 21166252
HSL0.800.970.62
HSV287°74°99°
CMYK 0.160.740.00   0.01
XYZ46.382924.773694.4326
Yxy24.77360.28010.1496
Hunter Lab49.773179.2390-77.6475
CIE-Lab56.854279.6231-65.1186

#d342fc color RGB value is (211,66,252).

#d342fc hex color red value is 211, green value is 66 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d342fc hue: 0.80 , saturation: 0.97 and the lightness value of d342fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 11111100
Octal 323 102 374
Decimal 211 66 252
Hex D3 42 FC

RGB Percentages of Color #d342fc

%39.89
%12.48
%47.64

CMYK Percentages of Color #d342fc

%16
%74
%0
%1

Triadic Colors of #d342fc

#d342fc #fcd342 #42fcd3

Analogous Colors of #d342fc

#d342fc #fc42c8 #7642fc

Monochromatic Colors of #d342fc

#d342fc

Complementary Color

#d342fc #6bfc42

#d342fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d342fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d342fc Color CSS Codes

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

#d342fc Text Font Color

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

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


#d342fc Background Color

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

This div background color is #d342fc


#d342fc Border Color

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

This div border color is #d342fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d342fc


Comments

No comments written yet.

Please login to write comment.