Color Hex Logo

#d74eff Color Hex

#D74EFF
(215,78,255)
0 Favorites   0 Comments

Color spaces of #d74eff

RGB 21578255
HSL0.801.000.65
HSV286°69°100°
CMYK 0.160.690.00   0.00
XYZ48.798727.115997.2696
Yxy27.11590.28180.1566
Hunter Lab52.072976.1487-74.2997
CIE-Lab59.081576.7416-63.1696

#d74eff color RGB value is (215,78,255).

#d74eff hex color red value is 215, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d74eff hue: 0.80 , saturation: 1.00 and the lightness value of d74eff is 0.65.

The process color (four color CMYK) of #d74eff color hex is 0.16, 0.69, 0.00, 0.00. Web safe color of #d74eff is #cc66ff. Color #d74eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001110 11111111
Octal 327 116 377
Decimal 215 78 255
Hex D7 4E FF

RGB Percentages of Color #d74eff

%39.23
%14.23
%46.53

CMYK Percentages of Color #d74eff

%16
%69
%0
%0

Triadic Colors of #d74eff

#d74eff #ffd74e #4effd7

Analogous Colors of #d74eff

#d74eff #ff4ecf #7f4eff

Monochromatic Colors of #d74eff

#d74eff

Complementary Color

#d74eff #76ff4e

#d74eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74eff Color CSS Codes

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

#d74eff Text Font Color

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

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


#d74eff Background Color

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

This div background color is #d74eff


#d74eff Border Color

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

This div border color is #d74eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,78,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74eff


Comments

No comments written yet.

Please login to write comment.