Color Hex Logo

#d740fa Color Hex

#D740FA
(215,64,250)
0 Favorites   0 Comments

Color spaces of #d740fa

RGB 21564250
HSL0.800.950.62
HSV289°74°98°
CMYK 0.140.740.00   0.02
XYZ47.113025.016092.7879
Yxy25.01600.28570.1517
Hunter Lab50.016080.6116-74.9815
CIE-Lab57.091080.6569-63.5965

#d740fa color RGB value is (215,64,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 11111010
Octal 327 100 372
Decimal 215 64 250
Hex D7 40 FA

RGB Percentages of Color #d740fa

%40.64
%12.10
%47.26

CMYK Percentages of Color #d740fa

%14
%74
%0
%2

Triadic Colors of #d740fa

#d740fa #fad740 #40fad7

Analogous Colors of #d740fa

#d740fa #fa40c0 #7a40fa

Monochromatic Colors of #d740fa

#d740fa

Complementary Color

#d740fa #63fa40

#d740fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740fa Color CSS Codes

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

#d740fa Text Font Color

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

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


#d740fa Background Color

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

This div background color is #d740fa


#d740fa Border Color

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

This div border color is #d740fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740fa


Comments

No comments written yet.

Please login to write comment.