Color Hex Logo

#d34feb Color Hex

#D34FEB
(211,79,235)
0 Favorites   0 Comments

Color spaces of #d34feb

RGB 21179235
HSL0.810.800.62
HSV291°66°92°
CMYK 0.100.660.00   0.08
XYZ44.655325.439081.1539
Yxy25.43900.29520.1682
Hunter Lab50.437169.7730-60.0924
CIE-Lab57.500771.8870-54.6089

#d34feb color RGB value is (211,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001111 11101011
Octal 323 117 353
Decimal 211 79 235
Hex D3 4F EB

RGB Percentages of Color #d34feb

%40.19
%15.05
%44.76

CMYK Percentages of Color #d34feb

%10
%66
%0
%8

Triadic Colors of #d34feb

#d34feb #ebd34f #4febd3

Analogous Colors of #d34feb

#d34feb #eb4fb5 #854feb

Monochromatic Colors of #d34feb

#d34feb

Complementary Color

#d34feb #67eb4f

#d34feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34feb Color CSS Codes

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

#d34feb Text Font Color

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

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


#d34feb Background Color

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

This div background color is #d34feb


#d34feb Border Color

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

This div border color is #d34feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34feb


Comments

No comments written yet.

Please login to write comment.