Color Hex Logo

#d426fc Color Hex

#D426FC
(212,38,252)
0 Favorites   0 Comments

Color spaces of #d426fc

RGB 21238252
HSL0.800.970.57
HSV289°85°99°
CMYK 0.160.850.00   0.01
XYZ45.415222.411694.0277
Yxy22.41160.28060.1385
Hunter Lab47.340988.3926-84.6222
CIE-Lab54.461087.1814-68.9717

#d426fc color RGB value is (212,38,252).

#d426fc hex color red value is 212, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d426fc hue: 0.80 , saturation: 0.97 and the lightness value of d426fc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100110 11111100
Octal 324 46 374
Decimal 212 38 252
Hex D4 26 FC

RGB Percentages of Color #d426fc

%42.23
%7.57
%50.20

CMYK Percentages of Color #d426fc

%16
%85
%0
%1

Triadic Colors of #d426fc

#d426fc #fcd426 #26fcd4

Analogous Colors of #d426fc

#d426fc #fc26b9 #6926fc

Monochromatic Colors of #d426fc

#d426fc

Complementary Color

#d426fc #4efc26

#d426fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d426fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d426fc Color CSS Codes

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

#d426fc Text Font Color

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

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


#d426fc Background Color

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

This div background color is #d426fc


#d426fc Border Color

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

This div border color is #d426fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d426fc


Comments

No comments written yet.

Please login to write comment.