Color Hex Logo

#d53dfb Color Hex

#D53DFB
(213,61,251)
0 Favorites   0 Comments

Color spaces of #d53dfb

RGB 21361251
HSL0.800.960.61
HSV288°76°98°
CMYK 0.150.760.00   0.02
XYZ46.521924.448793.5339
Yxy24.44870.28280.1486
Hunter Lab49.445681.4154-77.5441
CIE-Lab56.534381.3947-65.0632

#d53dfb color RGB value is (213,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111101 11111011
Octal 325 75 373
Decimal 213 61 251
Hex D5 3D FB

RGB Percentages of Color #d53dfb

%40.57
%11.62
%47.81

CMYK Percentages of Color #d53dfb

%15
%76
%0
%2

Triadic Colors of #d53dfb

#d53dfb #fbd53d #3dfbd5

Analogous Colors of #d53dfb

#d53dfb #fb3dc2 #763dfb

Monochromatic Colors of #d53dfb

#d53dfb

Complementary Color

#d53dfb #63fb3d

#d53dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53dfb Color CSS Codes

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

#d53dfb Text Font Color

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

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


#d53dfb Background Color

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

This div background color is #d53dfb


#d53dfb Border Color

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

This div border color is #d53dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.