Color Hex Logo

#d61feb Color Hex

#D61FEB
(214,31,235)
0 Favorites   0 Comments

Color spaces of #d61feb

RGB 21431235
HSL0.820.840.52
HSV294°87°92°
CMYK 0.090.870.00   0.08
XYZ43.216921.274380.4258
Yxy21.27430.29820.1468
Hunter Lab46.124186.5321-71.0962
CIE-Lab53.248485.9967-61.3965

#d61feb color RGB value is (214,31,235).

#d61feb hex color red value is 214, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d61feb hue: 0.82 , saturation: 0.84 and the lightness value of d61feb is 0.52.

The process color (four color CMYK) of #d61feb color hex is 0.09, 0.87, 0.00, 0.08. Web safe color of #d61feb is #cc33ff. Color #d61feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 11101011
Octal 326 37 353
Decimal 214 31 235
Hex D6 1F EB

RGB Percentages of Color #d61feb

%44.58
%6.46
%48.96

CMYK Percentages of Color #d61feb

%9
%87
%0
%8

Triadic Colors of #d61feb

#d61feb #ebd61f #1febd6

Analogous Colors of #d61feb

#d61feb #eb1f9a #701feb

Monochromatic Colors of #d61feb

#d61feb

Complementary Color

#d61feb #34eb1f

#d61feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61feb Color CSS Codes

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

#d61feb Text Font Color

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

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


#d61feb Background Color

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

This div background color is #d61feb


#d61feb Border Color

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

This div border color is #d61feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61feb


Comments

No comments written yet.

Please login to write comment.