Color Hex Logo

#d434fe Color Hex

#D434FE
(212,52,254)
0 Favorites   0 Comments

Color spaces of #d434fe

RGB 21252254
HSL0.800.990.60
HSV288°80°100°
CMYK 0.170.800.00   0.00
XYZ46.268823.608895.8842
Yxy23.60880.27910.1424
Hunter Lab48.588984.9462-82.9893
CIE-Lab55.694084.3008-68.0913

#d434fe color RGB value is (212,52,254).

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

The process color (four color CMYK) of #d434fe color hex is 0.17, 0.80, 0.00, 0.00. Web safe color of #d434fe is #cc33ff. Color #d434fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110100 11111110
Octal 324 64 376
Decimal 212 52 254
Hex D4 34 FE

RGB Percentages of Color #d434fe

%40.93
%10.04
%49.03

CMYK Percentages of Color #d434fe

%17
%80
%0
%0

Triadic Colors of #d434fe

#d434fe #fed434 #34fed4

Analogous Colors of #d434fe

#d434fe #fe34c3 #6f34fe

Monochromatic Colors of #d434fe

#d434fe

Complementary Color

#d434fe #5efe34

#d434fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d434fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d434fe Color CSS Codes

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

#d434fe Text Font Color

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

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


#d434fe Background Color

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

This div background color is #d434fe


#d434fe Border Color

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

This div border color is #d434fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d434fe


Comments

No comments written yet.

Please login to write comment.