Color Hex Logo

#d580fb Color Hex

#D580FB
(213,128,251)
0 Favorites   0 Comments

Color spaces of #d580fb

RGB 213128251
HSL0.780.940.74
HSV281°49°98°
CMYK 0.150.490.00   0.02
XYZ52.572336.549595.5507
Yxy36.54950.28470.1979
Hunter Lab60.456249.4241-51.3882
CIE-Lab66.937752.9436-48.4831

#d580fb color RGB value is (213,128,251).

#d580fb hex color red value is 213, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d580fb hue: 0.78 , saturation: 0.94 and the lightness value of d580fb is 0.74.

The process color (four color CMYK) of #d580fb color hex is 0.15, 0.49, 0.00, 0.02. Web safe color of #d580fb is #cc99ff. Color #d580fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 11111011
Octal 325 200 373
Decimal 213 128 251
Hex D5 80 FB

RGB Percentages of Color #d580fb

%35.98
%21.62
%42.40

CMYK Percentages of Color #d580fb

%15
%49
%0
%2

Triadic Colors of #d580fb

#d580fb #fbd580 #80fbd5

Analogous Colors of #d580fb

#d580fb #fb80e4 #9880fb

Monochromatic Colors of #d580fb

#d580fb

Complementary Color

#d580fb #a6fb80

#d580fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580fb Color CSS Codes

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

#d580fb Text Font Color

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

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


#d580fb Background Color

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

This div background color is #d580fb


#d580fb Border Color

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

This div border color is #d580fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,128,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 #d580fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580fb

Related Colors


Comments

No comments written yet.

Please login to write comment.