Color Hex Logo

#d61fe1 Color Hex

#D61FE1
(214,31,225)
0 Favorites   0 Comments

Color spaces of #d61fe1

RGB 21431225
HSL0.820.760.50
HSV297°86°88°
CMYK 0.050.860.00   0.12
XYZ41.812120.712473.0283
Yxy20.71240.30850.1528
Hunter Lab45.510984.3488-63.2811
CIE-Lab52.633384.4361-56.7349

#d61fe1 color RGB value is (214,31,225).

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

The process color (four color CMYK) of #d61fe1 color hex is 0.05, 0.86, 0.00, 0.12. Web safe color of #d61fe1 is #cc33cc. Color #d61fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 11100001
Octal 326 37 341
Decimal 214 31 225
Hex D6 1F E1

RGB Percentages of Color #d61fe1

%45.53
%6.60
%47.87

CMYK Percentages of Color #d61fe1

%5
%86
%0
%12

Triadic Colors of #d61fe1

#d61fe1 #e1d61f #1fe1d6

Analogous Colors of #d61fe1

#d61fe1 #e11f8b #751fe1

Monochromatic Colors of #d61fe1

#d61fe1

Complementary Color

#d61fe1 #2ae11f

#d61fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61fe1 Color CSS Codes

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

#d61fe1 Text Font Color

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

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


#d61fe1 Background Color

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

This div background color is #d61fe1


#d61fe1 Border Color

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

This div border color is #d61fe1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,31,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61fe1


Comments

No comments written yet.

Please login to write comment.