Color Hex Logo

#d827be Color Hex

#D827BE
(216,39,190)
0 Favorites   0 Comments

Color spaces of #d827be

RGB 21639190
HSL0.860.690.50
HSV309°82°85°
CMYK 0.000.820.12   0.15
XYZ38.338719.767750.5101
Yxy19.76770.35300.1820
Hunter Lab44.460976.1143-36.2342
CIE-Lab51.573578.1683-38.3171

#d827be color RGB value is (216,39,190).

#d827be hex color red value is 216, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d827be hue: 0.86 , saturation: 0.69 and the lightness value of d827be is 0.50.

The process color (four color CMYK) of #d827be color hex is 0.00, 0.82, 0.12, 0.15. Web safe color of #d827be is #cc33cc. Color #d827be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 10111110
Octal 330 47 276
Decimal 216 39 190
Hex D8 27 BE

RGB Percentages of Color #d827be

%48.54
%8.76
%42.70

CMYK Percentages of Color #d827be

%0
%82
%12
%15

Triadic Colors of #d827be

#d827be #bed827 #27bed8

Analogous Colors of #d827be

#d827be #d82766 #9a27d8

Monochromatic Colors of #d827be

#d827be

Complementary Color

#d827be #27d841

#d827be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d827be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d827be Color CSS Codes

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

#d827be Text Font Color

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

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


#d827be Background Color

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

This div background color is #d827be


#d827be Border Color

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

This div border color is #d827be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d827be


Comments

No comments written yet.

Please login to write comment.