Color Hex Logo

#d132be Color Hex

#D132BE
(209,50,190)
0 Favorites   0 Comments

Color spaces of #d132be

RGB 20950190
HSL0.850.630.51
HSV307°76°82°
CMYK 0.000.760.09   0.18
XYZ36.729419.554250.5537
Yxy19.55420.34380.1830
Hunter Lab44.220170.8775-36.8279
CIE-Lab51.329473.9775-38.7826

#d132be color RGB value is (209,50,190).

#d132be hex color red value is 209, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d132be hue: 0.85 , saturation: 0.63 and the lightness value of d132be is 0.51.

The process color (four color CMYK) of #d132be color hex is 0.00, 0.76, 0.09, 0.18. Web safe color of #d132be is #cc33cc. Color #d132be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 10111110
Octal 321 62 276
Decimal 209 50 190
Hex D1 32 BE

RGB Percentages of Color #d132be

%46.55
%11.14
%42.32

CMYK Percentages of Color #d132be

%0
%76
%9
%18

Triadic Colors of #d132be

#d132be #bed132 #32bed1

Analogous Colors of #d132be

#d132be #d1326f #9532d1

Monochromatic Colors of #d132be

#d132be

Complementary Color

#d132be #32d145

#d132be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d132be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d132be Color CSS Codes

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

#d132be Text Font Color

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

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


#d132be Background Color

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

This div background color is #d132be


#d132be Border Color

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

This div border color is #d132be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d132be


Comments

No comments written yet.

Please login to write comment.