Color Hex Logo

#d74fea Color Hex

#D74FEA
(215,79,234)
0 Favorites   0 Comments

Color spaces of #d74fea

RGB 21579234
HSL0.810.790.61
HSV293°66°92°
CMYK 0.080.660.00   0.08
XYZ45.671625.979680.4493
Yxy25.97960.30030.1708
Hunter Lab50.970270.7463-57.9018
CIE-Lab58.017772.5853-53.1912

#d74fea color RGB value is (215,79,234).

#d74fea hex color red value is 215, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d74fea hue: 0.81 , saturation: 0.79 and the lightness value of d74fea is 0.61.

The process color (four color CMYK) of #d74fea color hex is 0.08, 0.66, 0.00, 0.08. Web safe color of #d74fea is #cc66ff. Color #d74fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001111 11101010
Octal 327 117 352
Decimal 215 79 234
Hex D7 4F EA

RGB Percentages of Color #d74fea

%40.72
%14.96
%44.32

CMYK Percentages of Color #d74fea

%8
%66
%0
%8

Triadic Colors of #d74fea

#d74fea #ead74f #4fead7

Analogous Colors of #d74fea

#d74fea #ea4fb0 #8a4fea

Monochromatic Colors of #d74fea

#d74fea

Complementary Color

#d74fea #62ea4f

#d74fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74fea Color CSS Codes

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

#d74fea Text Font Color

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

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


#d74fea Background Color

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

This div background color is #d74fea


#d74fea Border Color

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

This div border color is #d74fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74fea


Comments

No comments written yet.

Please login to write comment.