Color Hex Logo

#d214fb Color Hex

#D214FB
(210,20,251)
0 Favorites   0 Comments

Color spaces of #d214fb

RGB 21020251
HSL0.800.970.53
HSV289°92°98°
CMYK 0.160.920.00   0.02
XYZ44.241121.167093.0207
Yxy21.16700.27920.1336
Hunter Lab46.007691.1330-87.6704
CIE-Lab53.131889.5129-70.5812

#d214fb color RGB value is (210,20,251).

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

The process color (four color CMYK) of #d214fb color hex is 0.16, 0.92, 0.00, 0.02. Web safe color of #d214fb is #cc00ff. Color #d214fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010100 11111011
Octal 322 24 373
Decimal 210 20 251
Hex D2 14 FB

RGB Percentages of Color #d214fb

%43.66
%4.16
%52.18

CMYK Percentages of Color #d214fb

%16
%92
%0
%2

Triadic Colors of #d214fb

#d214fb #fbd214 #14fbd2

Analogous Colors of #d214fb

#d214fb #fb14b1 #5f14fb

Monochromatic Colors of #d214fb

#d214fb

Complementary Color

#d214fb #3dfb14

#d214fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d214fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d214fb Color CSS Codes

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

#d214fb Text Font Color

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

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


#d214fb Background Color

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

This div background color is #d214fb


#d214fb Border Color

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

This div border color is #d214fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d214fb


Comments

No comments written yet.

Please login to write comment.