Color Hex Logo

#d437fa Color Hex

#D437FA
(212,55,250)
0 Favorites   0 Comments

Color spaces of #d437fa

RGB 21255250
HSL0.800.950.60
HSV288°78°98°
CMYK 0.150.780.00   0.02
XYZ45.772923.631692.5913
Yxy23.63160.28260.1459
Hunter Lab48.612383.0022-78.9003
CIE-Lab55.717082.7911-65.8314

#d437fa color RGB value is (212,55,250).

#d437fa hex color red value is 212, green value is 55 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d437fa hue: 0.80 , saturation: 0.95 and the lightness value of d437fa is 0.60.

The process color (four color CMYK) of #d437fa color hex is 0.15, 0.78, 0.00, 0.02. Web safe color of #d437fa is #cc33ff. Color #d437fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110111 11111010
Octal 324 67 372
Decimal 212 55 250
Hex D4 37 FA

RGB Percentages of Color #d437fa

%41.01
%10.64
%48.36

CMYK Percentages of Color #d437fa

%15
%78
%0
%2

Triadic Colors of #d437fa

#d437fa #fad437 #37fad4

Analogous Colors of #d437fa

#d437fa #fa37bf #7337fa

Monochromatic Colors of #d437fa

#d437fa

Complementary Color

#d437fa #5dfa37

#d437fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d437fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d437fa Color CSS Codes

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

#d437fa Text Font Color

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

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


#d437fa Background Color

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

This div background color is #d437fa


#d437fa Border Color

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

This div border color is #d437fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d437fa


Comments

No comments written yet.

Please login to write comment.