Color Hex Logo

#bd75ca Color Hex

#BD75CA
(189,117,202)
0 Favorites   0 Comments

Color spaces of #bd75ca

RGB 189117202
HSL0.810.450.63
HSV291°42°79°
CMYK 0.060.420.00   0.21
XYZ38.008227.805759.2409
Yxy27.80570.30390.2223
Hunter Lab52.731136.3821-29.6977
CIE-Lab59.712842.0207-32.7348

#bd75ca color RGB value is (189,117,202).

#bd75ca hex color red value is 189, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd75ca hue: 0.81 , saturation: 0.45 and the lightness value of bd75ca is 0.63.

The process color (four color CMYK) of #bd75ca color hex is 0.06, 0.42, 0.00, 0.21. Web safe color of #bd75ca is #cc66cc. Color #bd75ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 11001010
Octal 275 165 312
Decimal 189 117 202
Hex BD 75 CA

RGB Percentages of Color #bd75ca

%37.20
%23.03
%39.76

CMYK Percentages of Color #bd75ca

%6
%42
%0
%21

Triadic Colors of #bd75ca

#bd75ca #cabd75 #75cabd

Analogous Colors of #bd75ca

#bd75ca #ca75ad #9375ca

Monochromatic Colors of #bd75ca

#bd75ca

Complementary Color

#bd75ca #82ca75

#bd75ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd75ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd75ca Color CSS Codes

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

#bd75ca Text Font Color

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

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


#bd75ca Background Color

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

This div background color is #bd75ca


#bd75ca Border Color

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

This div border color is #bd75ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd75ca


Comments

No comments written yet.

Please login to write comment.