Color Hex Logo

#d91eba Color Hex

#D91EBA
(217,30,186)
0 Favorites   0 Comments

Color spaces of #d91eba

RGB 21730186
HSL0.860.760.48
HSV310°86°85°
CMYK 0.000.860.14   0.15
XYZ37.942519.225448.1655
Yxy19.22540.36020.1825
Hunter Lab43.846877.7319-34.4371
CIE-Lab50.949979.5795-36.9588

#d91eba color RGB value is (217,30,186).

#d91eba hex color red value is 217, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d91eba hue: 0.86 , saturation: 0.76 and the lightness value of d91eba is 0.48.

The process color (four color CMYK) of #d91eba color hex is 0.00, 0.86, 0.14, 0.15. Web safe color of #d91eba is #cc33cc. Color #d91eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011110 10111010
Octal 331 36 272
Decimal 217 30 186
Hex D9 1E BA

RGB Percentages of Color #d91eba

%50.12
%6.93
%42.96

CMYK Percentages of Color #d91eba

%0
%86
%14
%15

Triadic Colors of #d91eba

#d91eba #bad91e #1ebad9

Analogous Colors of #d91eba

#d91eba #d91e5d #9b1ed9

Monochromatic Colors of #d91eba

#d91eba

Complementary Color

#d91eba #1ed93d

#d91eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91eba Color CSS Codes

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

#d91eba Text Font Color

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

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


#d91eba Background Color

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

This div background color is #d91eba


#d91eba Border Color

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

This div border color is #d91eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,30,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d91eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d91eba;
  -webkit-box-shadow: 1px 1px 3px 2px #d91eba;
  box-shadow:         1px 1px 3px 2px #d91eba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,30,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91eba


Comments

No comments written yet.

Please login to write comment.