Color Hex Logo

#d34fee Color Hex

#D34FEE
(211,79,238)
0 Favorites   0 Comments

Color spaces of #d34fee

RGB 21179238
HSL0.810.820.62
HSV290°67°93°
CMYK 0.110.670.00   0.07
XYZ45.092625.613983.4563
Yxy25.61390.29250.1661
Hunter Lab50.610270.4719-62.3422
CIE-Lab57.668772.4273-56.0181

#d34fee color RGB value is (211,79,238).

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

The process color (four color CMYK) of #d34fee color hex is 0.11, 0.67, 0.00, 0.07. Web safe color of #d34fee is #cc66ff. Color #d34fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001111 11101110
Octal 323 117 356
Decimal 211 79 238
Hex D3 4F EE

RGB Percentages of Color #d34fee

%39.96
%14.96
%45.08

CMYK Percentages of Color #d34fee

%11
%67
%0
%7

Triadic Colors of #d34fee

#d34fee #eed34f #4feed3

Analogous Colors of #d34fee

#d34fee #ee4fba #844fee

Monochromatic Colors of #d34fee

#d34fee

Complementary Color

#d34fee #6aee4f

#d34fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34fee Color CSS Codes

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

#d34fee Text Font Color

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

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


#d34fee Background Color

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

This div background color is #d34fee


#d34fee Border Color

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

This div border color is #d34fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34fee


Comments

No comments written yet.

Please login to write comment.