Color Hex Logo

#d838fa Color Hex

#D838FA
(216,56,250)
0 Favorites   0 Comments

Color spaces of #d838fa

RGB 21656250
HSL0.800.950.60
HSV289°78°98°
CMYK 0.140.780.00   0.02
XYZ46.988424.329492.6620
Yxy24.32940.28650.1484
Hunter Lab49.324883.7263-76.8552
CIE-Lab56.416183.2168-64.6743

#d838fa color RGB value is (216,56,250).

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

The process color (four color CMYK) of #d838fa color hex is 0.14, 0.78, 0.00, 0.02. Web safe color of #d838fa is #cc33ff. Color #d838fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111000 11111010
Octal 330 70 372
Decimal 216 56 250
Hex D8 38 FA

RGB Percentages of Color #d838fa

%41.38
%10.73
%47.89

CMYK Percentages of Color #d838fa

%14
%78
%0
%2

Triadic Colors of #d838fa

#d838fa #fad838 #38fad8

Analogous Colors of #d838fa

#d838fa #fa38bb #7738fa

Monochromatic Colors of #d838fa

#d838fa

Complementary Color

#d838fa #5afa38

#d838fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d838fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d838fa Color CSS Codes

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

#d838fa Text Font Color

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

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


#d838fa Background Color

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

This div background color is #d838fa


#d838fa Border Color

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

This div border color is #d838fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d838fa


Comments

No comments written yet.

Please login to write comment.