Color Hex Logo

#d542fb Color Hex

#D542FB
(213,66,251)
0 Favorites   0 Comments

Color spaces of #d542fb

RGB 21366251
HSL0.800.960.62
HSV288°74°98°
CMYK 0.150.740.00   0.02
XYZ46.801425.007693.6270
Yxy25.00760.28290.1512
Hunter Lab50.007679.5423-76.0007
CIE-Lab57.082879.8178-64.1805

#d542fb color RGB value is (213,66,251).

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

The process color (four color CMYK) of #d542fb color hex is 0.15, 0.74, 0.00, 0.02. Web safe color of #d542fb is #cc33ff. Color #d542fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 11111011
Octal 325 102 373
Decimal 213 66 251
Hex D5 42 FB

RGB Percentages of Color #d542fb

%40.19
%12.45
%47.36

CMYK Percentages of Color #d542fb

%15
%74
%0
%2

Triadic Colors of #d542fb

#d542fb #fbd542 #42fbd5

Analogous Colors of #d542fb

#d542fb #fb42c5 #7942fb

Monochromatic Colors of #d542fb

#d542fb

Complementary Color

#d542fb #68fb42

#d542fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542fb Color CSS Codes

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

#d542fb Text Font Color

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

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


#d542fb Background Color

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

This div background color is #d542fb


#d542fb Border Color

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

This div border color is #d542fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542fb


Comments

No comments written yet.

Please login to write comment.