Color Hex Logo

#d51bff Color Hex

#D51BFF
(213,27,255)
0 Favorites   0 Comments

Color spaces of #d51bff

RGB 21327255
HSL0.801.000.55
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ45.882522.150096.4648
Yxy22.15000.27890.1347
Hunter Lab47.063891.6581-88.5797
CIE-Lab54.185889.7039-71.0777

#d51bff color RGB value is (213,27,255).

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

The process color (four color CMYK) of #d51bff color hex is 0.16, 0.89, 0.00, 0.00. Web safe color of #d51bff is #cc33ff. Color #d51bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 11111111
Octal 325 33 377
Decimal 213 27 255
Hex D5 1B FF

RGB Percentages of Color #d51bff

%43.03
%5.45
%51.52

CMYK Percentages of Color #d51bff

%16
%89
%0
%0

Triadic Colors of #d51bff

#d51bff #ffd51b #1bffd5

Analogous Colors of #d51bff

#d51bff #ff1bb7 #631bff

Monochromatic Colors of #d51bff

#d51bff

Complementary Color

#d51bff #45ff1b

#d51bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51bff Color CSS Codes

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

#d51bff Text Font Color

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

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


#d51bff Background Color

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

This div background color is #d51bff


#d51bff Border Color

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

This div border color is #d51bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,27,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d51bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51bff


Comments

No comments written yet.

Please login to write comment.