Color Hex Logo

#d92fdc Color Hex

#D92FDC
(217,47,220)
0 Favorites   0 Comments

Color spaces of #d92fdc

RGB 21747220
HSL0.830.710.52
HSV299°79°86°
CMYK 0.010.790.00   0.14
XYZ42.550121.952169.7047
Yxy21.95210.31700.1636
Hunter Lab46.853180.1138-55.4103
CIE-Lab53.976180.8722-51.7224

#d92fdc color RGB value is (217,47,220).

#d92fdc hex color red value is 217, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d92fdc hue: 0.83 , saturation: 0.71 and the lightness value of d92fdc is 0.52.

The process color (four color CMYK) of #d92fdc color hex is 0.01, 0.79, 0.00, 0.14. Web safe color of #d92fdc is #cc33cc. Color #d92fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101111 11011100
Octal 331 57 334
Decimal 217 47 220
Hex D9 2F DC

RGB Percentages of Color #d92fdc

%44.83
%9.71
%45.45

CMYK Percentages of Color #d92fdc

%1
%79
%0
%14

Triadic Colors of #d92fdc

#d92fdc #dcd92f #2fdcd9

Analogous Colors of #d92fdc

#d92fdc #dc2f89 #832fdc

Monochromatic Colors of #d92fdc

#d92fdc

Complementary Color

#d92fdc #32dc2f

#d92fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92fdc Color CSS Codes

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

#d92fdc Text Font Color

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

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


#d92fdc Background Color

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

This div background color is #d92fdc


#d92fdc Border Color

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

This div border color is #d92fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92fdc


Comments

No comments written yet.

Please login to write comment.