Color Hex Logo

#d34fea Color Hex

#D34FEA
(211,79,234)
0 Favorites   0 Comments

Color spaces of #d34fea

RGB 21179234
HSL0.810.790.61
HSV291°66°92°
CMYK 0.100.660.00   0.08
XYZ44.511225.381480.3950
Yxy25.38140.29620.1689
Hunter Lab50.380069.5416-59.3474
CIE-Lab57.445271.7078-54.1376

#d34fea color RGB value is (211,79,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001111 11101010
Octal 323 117 352
Decimal 211 79 234
Hex D3 4F EA

RGB Percentages of Color #d34fea

%40.27
%15.08
%44.66

CMYK Percentages of Color #d34fea

%10
%66
%0
%8

Triadic Colors of #d34fea

#d34fea #ead34f #4fead3

Analogous Colors of #d34fea

#d34fea #ea4fb4 #864fea

Monochromatic Colors of #d34fea

#d34fea

Complementary Color

#d34fea #66ea4f

#d34fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34fea Color CSS Codes

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

#d34fea Text Font Color

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

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


#d34fea Background Color

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

This div background color is #d34fea


#d34fea Border Color

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

This div border color is #d34fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34fea


Comments

No comments written yet.

Please login to write comment.