Color Hex Logo

#d51efb Color Hex

#D51EFB
(213,30,251)
0 Favorites   0 Comments

Color spaces of #d51efb

RGB 21330251
HSL0.800.970.55
HSV290°88°98°
CMYK 0.150.880.00   0.02
XYZ45.317422.039793.1324
Yxy22.03970.28240.1373
Hunter Lab46.946590.1497-84.7570
CIE-Lab54.069188.5900-69.0410

#d51efb color RGB value is (213,30,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011110 11111011
Octal 325 36 373
Decimal 213 30 251
Hex D5 1E FB

RGB Percentages of Color #d51efb

%43.12
%6.07
%50.81

CMYK Percentages of Color #d51efb

%15
%88
%0
%2

Triadic Colors of #d51efb

#d51efb #fbd51e #1efbd5

Analogous Colors of #d51efb

#d51efb #fb1eb3 #671efb

Monochromatic Colors of #d51efb

#d51efb

Complementary Color

#d51efb #44fb1e

#d51efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51efb Color CSS Codes

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

#d51efb Text Font Color

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

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


#d51efb Background Color

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

This div background color is #d51efb


#d51efb Border Color

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

This div border color is #d51efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51efb


Comments

No comments written yet.

Please login to write comment.