Color Hex Logo

#bd6088 Color Hex

#BD6088
(189,96,136)
0 Favorites   0 Comments

Color spaces of #bd6088

RGB 18996136
HSL0.930.410.56
HSV334°49°74°
CMYK 0.000.490.28   0.26
XYZ29.613120.962125.7779
Yxy20.96210.38780.2745
Hunter Lab45.784435.3302-1.3329
CIE-Lab52.908041.9454-4.9186

#bd6088 color RGB value is (189,96,136).

#bd6088 hex color red value is 189, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bd6088 hue: 0.93 , saturation: 0.41 and the lightness value of bd6088 is 0.56.

The process color (four color CMYK) of #bd6088 color hex is 0.00, 0.49, 0.28, 0.26. Web safe color of #bd6088 is #cc6699. Color #bd6088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10001000
Octal 275 140 210
Decimal 189 96 136
Hex BD 60 88

RGB Percentages of Color #bd6088

%44.89
%22.80
%32.30

CMYK Percentages of Color #bd6088

%0
%49
%28
%26

Triadic Colors of #bd6088

#bd6088 #88bd60 #6088bd

Analogous Colors of #bd6088

#bd6088 #bd6760 #bd60b7

Monochromatic Colors of #bd6088

#bd6088

Complementary Color

#bd6088 #60bd95

#bd6088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6088 Color CSS Codes

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

#bd6088 Text Font Color

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

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


#bd6088 Background Color

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

This div background color is #bd6088


#bd6088 Border Color

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

This div border color is #bd6088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,96,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd6088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd6088;
  -webkit-box-shadow: 1px 1px 3px 2px #bd6088;
  box-shadow:         1px 1px 3px 2px #bd6088; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,96,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6088


Comments

No comments written yet.

Please login to write comment.