Color Hex Logo

#d74cfa Color Hex

#D74CFA
(215,76,250)
0 Favorites   0 Comments

Color spaces of #d74cfa

RGB 21576250
HSL0.800.950.64
HSV288°70°98°
CMYK 0.140.700.00   0.02
XYZ47.864126.518193.0383
Yxy26.51810.28590.1584
Hunter Lab51.495775.7941-71.0733
CIE-Lab58.525676.5651-61.2935

#d74cfa color RGB value is (215,76,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 11111010
Octal 327 114 372
Decimal 215 76 250
Hex D7 4C FA

RGB Percentages of Color #d74cfa

%39.74
%14.05
%46.21

CMYK Percentages of Color #d74cfa

%14
%70
%0
%2

Triadic Colors of #d74cfa

#d74cfa #fad74c #4cfad7

Analogous Colors of #d74cfa

#d74cfa #fa4cc6 #804cfa

Monochromatic Colors of #d74cfa

#d74cfa

Complementary Color

#d74cfa #6ffa4c

#d74cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74cfa Color CSS Codes

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

#d74cfa Text Font Color

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

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


#d74cfa Background Color

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

This div background color is #d74cfa


#d74cfa Border Color

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

This div border color is #d74cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74cfa


Comments

No comments written yet.

Please login to write comment.