Color Hex Logo

#d54ffb Color Hex

#D54FFB
(213,79,251)
0 Favorites   0 Comments

Color spaces of #d54ffb

RGB 21379251
HSL0.800.960.65
HSV287°69°98°
CMYK 0.150.690.00   0.02
XYZ47.649126.703193.9096
Yxy26.70310.28320.1587
Hunter Lab51.675074.1619-71.5758
CIE-Lab58.698575.2233-61.5860

#d54ffb color RGB value is (213,79,251).

#d54ffb hex color red value is 213, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d54ffb hue: 0.80 , saturation: 0.96 and the lightness value of d54ffb is 0.65.

The process color (four color CMYK) of #d54ffb color hex is 0.15, 0.69, 0.00, 0.02. Web safe color of #d54ffb is #cc66ff. Color #d54ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001111 11111011
Octal 325 117 373
Decimal 213 79 251
Hex D5 4F FB

RGB Percentages of Color #d54ffb

%39.23
%14.55
%46.22

CMYK Percentages of Color #d54ffb

%15
%69
%0
%2

Triadic Colors of #d54ffb

#d54ffb #fbd54f #4ffbd5

Analogous Colors of #d54ffb

#d54ffb #fb4fcb #7f4ffb

Monochromatic Colors of #d54ffb

#d54ffb

Complementary Color

#d54ffb #75fb4f

#d54ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54ffb Color CSS Codes

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

#d54ffb Text Font Color

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

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


#d54ffb Background Color

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

This div background color is #d54ffb


#d54ffb Border Color

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

This div border color is #d54ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.