Color Hex Logo

#d343fa Color Hex

#D343FA
(211,67,250)
0 Favorites   0 Comments

Color spaces of #d343fa

RGB 21167250
HSL0.800.950.62
HSV287°73°98°
CMYK 0.160.730.00   0.02
XYZ46.126424.765392.7915
Yxy24.76530.28180.1513
Hunter Lab49.764778.3614-75.7170
CIE-Lab56.846078.9312-64.0213

#d343fa color RGB value is (211,67,250).

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

The process color (four color CMYK) of #d343fa color hex is 0.16, 0.73, 0.00, 0.02. Web safe color of #d343fa is #cc33ff. Color #d343fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000011 11111010
Octal 323 103 372
Decimal 211 67 250
Hex D3 43 FA

RGB Percentages of Color #d343fa

%39.96
%12.69
%47.35

CMYK Percentages of Color #d343fa

%16
%73
%0
%2

Triadic Colors of #d343fa

#d343fa #fad343 #43fad3

Analogous Colors of #d343fa

#d343fa #fa43c6 #7843fa

Monochromatic Colors of #d343fa

#d343fa

Complementary Color

#d343fa #6afa43

#d343fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d343fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d343fa Color CSS Codes

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

#d343fa Text Font Color

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

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


#d343fa Background Color

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

This div background color is #d343fa


#d343fa Border Color

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

This div border color is #d343fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d343fa


Comments

No comments written yet.

Please login to write comment.