Color Hex Logo

#d938fa Color Hex

#D938FA
(217,56,250)
0 Favorites   0 Comments

Color spaces of #d938fa

RGB 21756250
HSL0.800.950.60
HSV290°78°98°
CMYK 0.130.780.00   0.02
XYZ47.284824.482292.6758
Yxy24.48220.28750.1489
Hunter Lab49.479583.9934-76.4154
CIE-Lab56.567483.3943-64.4229

#d938fa color RGB value is (217,56,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 11111010
Octal 331 70 372
Decimal 217 56 250
Hex D9 38 FA

RGB Percentages of Color #d938fa

%41.49
%10.71
%47.80

CMYK Percentages of Color #d938fa

%13
%78
%0
%2

Triadic Colors of #d938fa

#d938fa #fad938 #38fad9

Analogous Colors of #d938fa

#d938fa #fa38ba #7838fa

Monochromatic Colors of #d938fa

#d938fa

Complementary Color

#d938fa #59fa38

#d938fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d938fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d938fa Color CSS Codes

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

#d938fa Text Font Color

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

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


#d938fa Background Color

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

This div background color is #d938fa


#d938fa Border Color

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

This div border color is #d938fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d938fa


Comments

No comments written yet.

Please login to write comment.