Color Hex Logo

#bd75c3 Color Hex

#BD75C3
(189,117,195)
0 Favorites   0 Comments

Color spaces of #bd75c3

RGB 189117195
HSL0.820.390.61
HSV295°40°76°
CMYK 0.030.400.00   0.24
XYZ37.197927.481554.9737
Yxy27.48150.31090.2297
Hunter Lab52.422834.9192-25.4791
CIE-Lab59.417440.6574-29.2257

#bd75c3 color RGB value is (189,117,195).

#bd75c3 hex color red value is 189, green value is 117 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bd75c3 hue: 0.82 , saturation: 0.39 and the lightness value of bd75c3 is 0.61.

The process color (four color CMYK) of #bd75c3 color hex is 0.03, 0.40, 0.00, 0.24. Web safe color of #bd75c3 is #cc66cc. Color #bd75c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 11000011
Octal 275 165 303
Decimal 189 117 195
Hex BD 75 C3

RGB Percentages of Color #bd75c3

%37.72
%23.35
%38.92

CMYK Percentages of Color #bd75c3

%3
%40
%0
%24

Triadic Colors of #bd75c3

#bd75c3 #c3bd75 #75c3bd

Analogous Colors of #bd75c3

#bd75c3 #c375a2 #9675c3

Monochromatic Colors of #bd75c3

#bd75c3

Complementary Color

#bd75c3 #7bc375

#bd75c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd75c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd75c3 Color CSS Codes

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

#bd75c3 Text Font Color

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

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


#bd75c3 Background Color

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

This div background color is #bd75c3


#bd75c3 Border Color

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

This div border color is #bd75c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd75c3


Comments

No comments written yet.

Please login to write comment.