Color Hex Logo

#d61abf Color Hex

#D61ABF
(214,26,191)
0 Favorites   0 Comments

Color spaces of #d61abf

RGB 21426191
HSL0.850.780.47
HSV307°88°84°
CMYK 0.000.880.11   0.16
XYZ37.504918.796550.9416
Yxy18.79650.34970.1753
Hunter Lab43.354978.5433-39.3167
CIE-Lab50.448380.3208-40.6969

#d61abf color RGB value is (214,26,191).

#d61abf hex color red value is 214, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d61abf hue: 0.85 , saturation: 0.78 and the lightness value of d61abf is 0.47.

The process color (four color CMYK) of #d61abf color hex is 0.00, 0.88, 0.11, 0.16. Web safe color of #d61abf is #cc33cc. Color #d61abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011010 10111111
Octal 326 32 277
Decimal 214 26 191
Hex D6 1A BF

RGB Percentages of Color #d61abf

%49.65
%6.03
%44.32

CMYK Percentages of Color #d61abf

%0
%88
%11
%16

Triadic Colors of #d61abf

#d61abf #bfd61a #1abfd6

Analogous Colors of #d61abf

#d61abf #d61a61 #8f1ad6

Monochromatic Colors of #d61abf

#d61abf

Complementary Color

#d61abf #1ad631

#d61abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61abf Color CSS Codes

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

#d61abf Text Font Color

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

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


#d61abf Background Color

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

This div background color is #d61abf


#d61abf Border Color

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

This div border color is #d61abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61abf


Comments

No comments written yet.

Please login to write comment.