Color Hex Logo

#d402fa Color Hex

#D402FA
(212,2,250)
0 Favorites   0 Comments

Color spaces of #d402fa

RGB 2122250
HSL0.810.980.49
HSV291°99°98°
CMYK 0.150.990.00   0.02
XYZ44.428420.942692.1432
Yxy20.94260.28210.1330
Hunter Lab45.763193.2086-87.3453
CIE-Lab52.886691.1158-70.4053

#d402fa color RGB value is (212,2,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 11111010
Octal 324 2 372
Decimal 212 2 250
Hex D4 2 FA

RGB Percentages of Color #d402fa

%45.69
%0.43
%53.88

CMYK Percentages of Color #d402fa

%15
%99
%0
%2

Triadic Colors of #d402fa

#d402fa #fad402 #02fad4

Analogous Colors of #d402fa

#d402fa #fa02a4 #5802fa

Monochromatic Colors of #d402fa

#d402fa

Complementary Color

#d402fa #28fa02

#d402fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d402fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d402fa Color CSS Codes

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

#d402fa Text Font Color

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

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


#d402fa Background Color

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

This div background color is #d402fa


#d402fa Border Color

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

This div border color is #d402fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d402fa


Comments

No comments written yet.

Please login to write comment.