Color Hex Logo

#d132dc Color Hex

#D132DC
(209,50,220)
0 Favorites   0 Comments

Color spaces of #d132dc

RGB 20950220
HSL0.820.710.53
HSV296°77°86°
CMYK 0.050.770.00   0.14
XYZ40.353421.003869.6374
Yxy21.00380.30810.1603
Hunter Lab45.829976.9676-58.0088
CIE-Lab52.953778.5806-53.4298

#d132dc color RGB value is (209,50,220).

#d132dc hex color red value is 209, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d132dc hue: 0.82 , saturation: 0.71 and the lightness value of d132dc is 0.53.

The process color (four color CMYK) of #d132dc color hex is 0.05, 0.77, 0.00, 0.14. Web safe color of #d132dc is #cc33cc. Color #d132dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 11011100
Octal 321 62 334
Decimal 209 50 220
Hex D1 32 DC

RGB Percentages of Color #d132dc

%43.63
%10.44
%45.93

CMYK Percentages of Color #d132dc

%5
%77
%0
%14

Triadic Colors of #d132dc

#d132dc #dcd132 #32dcd1

Analogous Colors of #d132dc

#d132dc #dc3292 #7c32dc

Monochromatic Colors of #d132dc

#d132dc

Complementary Color

#d132dc #3ddc32

#d132dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d132dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d132dc Color CSS Codes

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

#d132dc Text Font Color

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

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


#d132dc Background Color

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

This div background color is #d132dc


#d132dc Border Color

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

This div border color is #d132dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d132dc


Comments

No comments written yet.

Please login to write comment.