Color Hex Logo

#bd2f66 Color Hex

#BD2F66
(189,47,102)
0 Favorites   0 Comments

Color spaces of #bd2f66

RGB 18947102
HSL0.940.600.46
HSV337°75°74°
CMYK 0.000.750.46   0.26
XYZ24.401113.811213.9501
Yxy13.81120.46780.2648
Hunter Lab37.163452.16523.7586
CIE-Lab43.960959.32802.5557

#bd2f66 color RGB value is (189,47,102).

#bd2f66 hex color red value is 189, green value is 47 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bd2f66 hue: 0.94 , saturation: 0.60 and the lightness value of bd2f66 is 0.46.

The process color (four color CMYK) of #bd2f66 color hex is 0.00, 0.75, 0.46, 0.26. Web safe color of #bd2f66 is #cc3366. Color #bd2f66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101111 01100110
Octal 275 57 146
Decimal 189 47 102
Hex BD 2F 66

RGB Percentages of Color #bd2f66

%55.92
%13.91
%30.18

CMYK Percentages of Color #bd2f66

%0
%75
%46
%26

Triadic Colors of #bd2f66

#bd2f66 #66bd2f #2f66bd

Analogous Colors of #bd2f66

#bd2f66 #bd3f2f #bd2fad

Monochromatic Colors of #bd2f66

#bd2f66

Complementary Color

#bd2f66 #2fbd86

#bd2f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2f66 Color CSS Codes

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

#bd2f66 Text Font Color

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

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


#bd2f66 Background Color

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

This div background color is #bd2f66


#bd2f66 Border Color

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

This div border color is #bd2f66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2f66


Comments

No comments written yet.

Please login to write comment.