Color Hex Logo

#bd197c Color Hex

#BD197C
(189,25,124)
0 Favorites   0 Comments

Color spaces of #bd197c

RGB 18925124
HSL0.900.770.42
HSV324°87°74°
CMYK 0.000.870.34   0.26
XYZ24.972012.969320.2559
Yxy12.96930.42910.2229
Hunter Lab36.012960.7525-8.1393
CIE-Lab42.717067.1492-12.9361

#bd197c color RGB value is (189,25,124).

#bd197c hex color red value is 189, green value is 25 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bd197c hue: 0.90 , saturation: 0.77 and the lightness value of bd197c is 0.42.

The process color (four color CMYK) of #bd197c color hex is 0.00, 0.87, 0.34, 0.26. Web safe color of #bd197c is #cc0066. Color #bd197c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 01111100
Octal 275 31 174
Decimal 189 25 124
Hex BD 19 7C

RGB Percentages of Color #bd197c

%55.92
%7.40
%36.69

CMYK Percentages of Color #bd197c

%0
%87
%34
%26

Triadic Colors of #bd197c

#bd197c #7cbd19 #197cbd

Analogous Colors of #bd197c

#bd197c #bd192a #ac19bd

Monochromatic Colors of #bd197c

#bd197c

Complementary Color

#bd197c #19bd5a

#bd197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd197c Color CSS Codes

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

#bd197c Text Font Color

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

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


#bd197c Background Color

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

This div background color is #bd197c


#bd197c Border Color

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

This div border color is #bd197c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd197c


Comments

No comments written yet.

Please login to write comment.