Color Hex Logo

#d436ff Color Hex

#D436FF
(212,54,255)
0 Favorites   0 Comments

Color spaces of #d436ff

RGB 21254255
HSL0.801.000.61
HSV287°79°100°
CMYK 0.170.790.00   0.00
XYZ46.520523.855496.7604
Yxy23.85540.27830.1427
Hunter Lab48.842084.5423-83.2695
CIE-Lab55.942783.9405-68.2445

#d436ff color RGB value is (212,54,255).

#d436ff hex color red value is 212, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d436ff hue: 0.80 , saturation: 1.00 and the lightness value of d436ff is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110110 11111111
Octal 324 66 377
Decimal 212 54 255
Hex D4 36 FF

RGB Percentages of Color #d436ff

%40.69
%10.36
%48.94

CMYK Percentages of Color #d436ff

%17
%79
%0
%0

Triadic Colors of #d436ff

#d436ff #ffd436 #36ffd4

Analogous Colors of #d436ff

#d436ff #ff36c6 #7036ff

Monochromatic Colors of #d436ff

#d436ff

Complementary Color

#d436ff #61ff36

#d436ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d436ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d436ff Color CSS Codes

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

#d436ff Text Font Color

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

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


#d436ff Background Color

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

This div background color is #d436ff


#d436ff Border Color

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

This div border color is #d436ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d436ff


Comments

No comments written yet.

Please login to write comment.