Color Hex Logo

#d534fb Color Hex

#D534FB
(213,52,251)
0 Favorites   0 Comments

Color spaces of #d534fb

RGB 21352251
HSL0.800.960.59
HSV289°79°98°
CMYK 0.150.790.00   0.02
XYZ46.081223.567293.3870
Yxy23.56720.28260.1446
Hunter Lab48.546184.4813-80.0726
CIE-Lab55.651883.9501-66.4850

#d534fb color RGB value is (213,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 11111011
Octal 325 64 373
Decimal 213 52 251
Hex D5 34 FB

RGB Percentages of Color #d534fb

%41.28
%10.08
%48.64

CMYK Percentages of Color #d534fb

%15
%79
%0
%2

Triadic Colors of #d534fb

#d534fb #fbd534 #34fbd5

Analogous Colors of #d534fb

#d534fb #fb34be #7234fb

Monochromatic Colors of #d534fb

#d534fb

Complementary Color

#d534fb #5afb34

#d534fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d534fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d534fb Color CSS Codes

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

#d534fb Text Font Color

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

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


#d534fb Background Color

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

This div background color is #d534fb


#d534fb Border Color

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

This div border color is #d534fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d534fb


Comments

No comments written yet.

Please login to write comment.