Color Hex Logo

#d13bfa Color Hex

#D13BFA
(209,59,250)
0 Favorites   0 Comments

Color spaces of #d13bfa

RGB 20959250
HSL0.800.950.61
HSV287°76°98°
CMYK 0.160.760.00   0.02
XYZ45.113823.585492.6172
Yxy23.58540.27970.1462
Hunter Lab48.564880.8274-79.0757
CIE-Lab55.670381.1025-65.9297

#d13bfa color RGB value is (209,59,250).

#d13bfa hex color red value is 209, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d13bfa hue: 0.80 , saturation: 0.95 and the lightness value of d13bfa is 0.61.

The process color (four color CMYK) of #d13bfa color hex is 0.16, 0.76, 0.00, 0.02. Web safe color of #d13bfa is #cc33ff. Color #d13bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 11111010
Octal 321 73 372
Decimal 209 59 250
Hex D1 3B FA

RGB Percentages of Color #d13bfa

%40.35
%11.39
%48.26

CMYK Percentages of Color #d13bfa

%16
%76
%0
%2

Triadic Colors of #d13bfa

#d13bfa #fad13b #3bfad1

Analogous Colors of #d13bfa

#d13bfa #fa3bc4 #723bfa

Monochromatic Colors of #d13bfa

#d13bfa

Complementary Color

#d13bfa #64fa3b

#d13bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bfa Color CSS Codes

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

#d13bfa Text Font Color

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

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


#d13bfa Background Color

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

This div background color is #d13bfa


#d13bfa Border Color

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

This div border color is #d13bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,59,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d13bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d13bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #d13bfa;
  box-shadow:         1px 1px 3px 2px #d13bfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,59,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.