Color Hex Logo

#d402fb Color Hex

#D402FB
(212,2,251)
0 Favorites   0 Comments

Color spaces of #d402fb

RGB 2122251
HSL0.810.980.50
HSV291°99°98°
CMYK 0.160.990.00   0.02
XYZ44.585721.005592.9713
Yxy21.00550.28120.1325
Hunter Lab45.831893.4414-88.1896
CIE-Lab52.955591.2762-70.8515

#d402fb color RGB value is (212,2,251).

#d402fb hex color red value is 212, green value is 2 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d402fb hue: 0.81 , saturation: 0.98 and the lightness value of d402fb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 11111011
Octal 324 2 373
Decimal 212 2 251
Hex D4 2 FB

RGB Percentages of Color #d402fb

%45.59
%0.43
%53.98

CMYK Percentages of Color #d402fb

%16
%99
%0
%2

Triadic Colors of #d402fb

#d402fb #fbd402 #02fbd4

Analogous Colors of #d402fb

#d402fb #fb02a6 #5802fb

Monochromatic Colors of #d402fb

#d402fb

Complementary Color

#d402fb #29fb02

#d402fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d402fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d402fb Color CSS Codes

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

#d402fb Text Font Color

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

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


#d402fb Background Color

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

This div background color is #d402fb


#d402fb Border Color

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

This div border color is #d402fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d402fb


Comments

No comments written yet.

Please login to write comment.