Color Hex Logo

#d132eb Color Hex

#D132EB
(209,50,235)
0 Favorites   0 Comments

Color spaces of #d132eb

RGB 20950235
HSL0.810.820.56
HSV292°79°92°
CMYK 0.110.790.00   0.08
XYZ42.430521.834780.5754
Yxy21.83470.29290.1507
Hunter Lab46.727680.3116-69.5282
CIE-Lab53.851281.0521-60.4693

#d132eb color RGB value is (209,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 11101011
Octal 321 62 353
Decimal 209 50 235
Hex D1 32 EB

RGB Percentages of Color #d132eb

%42.31
%10.12
%47.57

CMYK Percentages of Color #d132eb

%11
%79
%0
%8

Triadic Colors of #d132eb

#d132eb #ebd132 #32ebd1

Analogous Colors of #d132eb

#d132eb #eb32a9 #7532eb

Monochromatic Colors of #d132eb

#d132eb

Complementary Color

#d132eb #4ceb32

#d132eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d132eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d132eb Color CSS Codes

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

#d132eb Text Font Color

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

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


#d132eb Background Color

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

This div background color is #d132eb


#d132eb Border Color

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

This div border color is #d132eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,50,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d132eb


Comments

No comments written yet.

Please login to write comment.