Color Hex Logo

#d836ba Color Hex

#D836BA
(216,54,186)
0 Favorites   0 Comments

Color spaces of #d836ba

RGB 21654186
HSL0.860.680.53
HSV311°75°85°
CMYK 0.000.750.14   0.15
XYZ38.501020.782448.4366
Yxy20.78240.35740.1929
Hunter Lab45.587770.9733-31.0838
CIE-Lab52.710573.7881-34.2086

#d836ba color RGB value is (216,54,186).

#d836ba hex color red value is 216, green value is 54 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d836ba hue: 0.86 , saturation: 0.68 and the lightness value of d836ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110110 10111010
Octal 330 66 272
Decimal 216 54 186
Hex D8 36 BA

RGB Percentages of Color #d836ba

%47.37
%11.84
%40.79

CMYK Percentages of Color #d836ba

%0
%75
%14
%15

Triadic Colors of #d836ba

#d836ba #bad836 #36bad8

Analogous Colors of #d836ba

#d836ba #d83669 #a536d8

Monochromatic Colors of #d836ba

#d836ba

Complementary Color

#d836ba #36d854

#d836ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d836ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d836ba Color CSS Codes

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

#d836ba Text Font Color

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

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


#d836ba Background Color

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

This div background color is #d836ba


#d836ba Border Color

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

This div border color is #d836ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d836ba


Comments

No comments written yet.

Please login to write comment.