Color Hex Logo

#d74afe Color Hex

#D74AFE
(215,74,254)
0 Favorites   0 Comments

Color spaces of #d74afe

RGB 21574254
HSL0.800.990.64
HSV287°71°100°
CMYK 0.150.710.00   0.00
XYZ48.362526.500496.3320
Yxy26.50040.28250.1548
Hunter Lab51.478577.6078-74.9146
CIE-Lab58.509078.0125-63.5357

#d74afe color RGB value is (215,74,254).

#d74afe hex color red value is 215, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d74afe hue: 0.80 , saturation: 0.99 and the lightness value of d74afe is 0.64.

The process color (four color CMYK) of #d74afe color hex is 0.15, 0.71, 0.00, 0.00. Web safe color of #d74afe is #cc33ff. Color #d74afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 11111110
Octal 327 112 376
Decimal 215 74 254
Hex D7 4A FE

RGB Percentages of Color #d74afe

%39.59
%13.63
%46.78

CMYK Percentages of Color #d74afe

%15
%71
%0
%0

Triadic Colors of #d74afe

#d74afe #fed74a #4afed7

Analogous Colors of #d74afe

#d74afe #fe4acb #7d4afe

Monochromatic Colors of #d74afe

#d74afe

Complementary Color

#d74afe #71fe4a

#d74afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74afe Color CSS Codes

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

#d74afe Text Font Color

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

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


#d74afe Background Color

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

This div background color is #d74afe


#d74afe Border Color

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

This div border color is #d74afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74afe


Comments

No comments written yet.

Please login to write comment.