Color Hex Logo

#d83fa1 Color Hex

#D83FA1
(216,63,161)
0 Favorites   0 Comments

Color spaces of #d83fa1

RGB 21663161
HSL0.890.660.55
HSV322°71°85°
CMYK 0.000.710.25   0.15
XYZ36.529420.727235.7936
Yxy20.72720.39260.2228
Hunter Lab45.527163.5497-14.7450
CIE-Lab52.649667.6246-19.6701

#d83fa1 color RGB value is (216,63,161).

#d83fa1 hex color red value is 216, green value is 63 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #d83fa1 hue: 0.89 , saturation: 0.66 and the lightness value of d83fa1 is 0.55.

The process color (four color CMYK) of #d83fa1 color hex is 0.00, 0.71, 0.25, 0.15. Web safe color of #d83fa1 is #cc3399. Color #d83fa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111111 10100001
Octal 330 77 241
Decimal 216 63 161
Hex D8 3F A1

RGB Percentages of Color #d83fa1

%49.09
%14.32
%36.59

CMYK Percentages of Color #d83fa1

%0
%71
%25
%15

Triadic Colors of #d83fa1

#d83fa1 #a1d83f #3fa1d8

Analogous Colors of #d83fa1

#d83fa1 #d83f55 #c33fd8

Monochromatic Colors of #d83fa1

#d83fa1

Complementary Color

#d83fa1 #3fd876

#d83fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83fa1 Color CSS Codes

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

#d83fa1 Text Font Color

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

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


#d83fa1 Background Color

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

This div background color is #d83fa1


#d83fa1 Border Color

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

This div border color is #d83fa1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,63,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83fa1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83fa1;
  -webkit-box-shadow: 1px 1px 3px 2px #d83fa1;
  box-shadow:         1px 1px 3px 2px #d83fa1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,63,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83fa1


Comments

No comments written yet.

Please login to write comment.