Color Hex Logo

#d42fdd Color Hex

#D42FDD
(212,47,221)
0 Favorites   0 Comments

Color spaces of #d42fdd

RGB 21247221
HSL0.820.720.53
HSV297°79°87°
CMYK 0.040.790.00   0.13
XYZ41.219021.250570.3359
Yxy21.25050.31040.1600
Hunter Lab46.098378.9347-58.1948
CIE-Lab53.222680.0895-53.5404

#d42fdd color RGB value is (212,47,221).

#d42fdd hex color red value is 212, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d42fdd hue: 0.82 , saturation: 0.72 and the lightness value of d42fdd is 0.53.

The process color (four color CMYK) of #d42fdd color hex is 0.04, 0.79, 0.00, 0.13. Web safe color of #d42fdd is #cc33cc. Color #d42fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 11011101
Octal 324 57 335
Decimal 212 47 221
Hex D4 2F DD

RGB Percentages of Color #d42fdd

%44.17
%9.79
%46.04

CMYK Percentages of Color #d42fdd

%4
%79
%0
%13

Triadic Colors of #d42fdd

#d42fdd #ddd42f #2fddd4

Analogous Colors of #d42fdd

#d42fdd #dd2f8f #7d2fdd

Monochromatic Colors of #d42fdd

#d42fdd

Complementary Color

#d42fdd #38dd2f

#d42fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fdd Color CSS Codes

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

#d42fdd Text Font Color

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

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


#d42fdd Background Color

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

This div background color is #d42fdd


#d42fdd Border Color

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

This div border color is #d42fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fdd


Comments

No comments written yet.

Please login to write comment.