Color Hex Logo

#d732db Color Hex

#D732DB
(215,50,219)
0 Favorites   0 Comments

Color spaces of #d732db

RGB 21550219
HSL0.830.700.53
HSV299°77°86°
CMYK 0.020.770.00   0.14
XYZ41.951121.842869.0228
Yxy21.84280.31590.1645
Hunter Lab46.736378.4355-54.8474
CIE-Lab53.859879.5703-51.3590

#d732db color RGB value is (215,50,219).

#d732db hex color red value is 215, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d732db hue: 0.83 , saturation: 0.70 and the lightness value of d732db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110010 11011011
Octal 327 62 333
Decimal 215 50 219
Hex D7 32 DB

RGB Percentages of Color #d732db

%44.42
%10.33
%45.25

CMYK Percentages of Color #d732db

%2
%77
%0
%14

Triadic Colors of #d732db

#d732db #dbd732 #32dbd7

Analogous Colors of #d732db

#d732db #db328b #8332db

Monochromatic Colors of #d732db

#d732db

Complementary Color

#d732db #36db32

#d732db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d732db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d732db Color CSS Codes

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

#d732db Text Font Color

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

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


#d732db Background Color

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

This div background color is #d732db


#d732db Border Color

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

This div border color is #d732db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d732db


Comments

No comments written yet.

Please login to write comment.