Color Hex Logo

#d61afb Color Hex

#D61AFB
(214,26,251)
0 Favorites   0 Comments

Color spaces of #d61afb

RGB 21426251
HSL0.810.970.54
HSV290°90°98°
CMYK 0.150.900.00   0.02
XYZ45.513522.000093.1144
Yxy22.00000.28330.1370
Hunter Lab46.904291.1254-84.8699
CIE-Lab54.027089.3340-69.1014

#d61afb color RGB value is (214,26,251).

#d61afb hex color red value is 214, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d61afb hue: 0.81 , saturation: 0.97 and the lightness value of d61afb is 0.54.

The process color (four color CMYK) of #d61afb color hex is 0.15, 0.90, 0.00, 0.02. Web safe color of #d61afb is #cc33ff. Color #d61afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011010 11111011
Octal 326 32 373
Decimal 214 26 251
Hex D6 1A FB

RGB Percentages of Color #d61afb

%43.58
%5.30
%51.12

CMYK Percentages of Color #d61afb

%15
%90
%0
%2

Triadic Colors of #d61afb

#d61afb #fbd61a #1afbd6

Analogous Colors of #d61afb

#d61afb #fb1ab0 #661afb

Monochromatic Colors of #d61afb

#d61afb

Complementary Color

#d61afb #3ffb1a

#d61afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61afb Color CSS Codes

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

#d61afb Text Font Color

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

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


#d61afb Background Color

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

This div background color is #d61afb


#d61afb Border Color

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

This div border color is #d61afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61afb


Comments

No comments written yet.

Please login to write comment.