Color Hex Logo

#bd88fc Color Hex

#BD88FC
(189,136,252)
0 Favorites   0 Comments

Color spaces of #bd88fc

RGB 189136252
HSL0.740.950.76
HSV267°46°99°
CMYK 0.250.460.00   0.01
XYZ47.361135.455496.4428
Yxy35.45540.26420.1978
Hunter Lab59.544437.7745-54.3496
CIE-Lab66.101742.5111-50.5185

#bd88fc color RGB value is (189,136,252).

#bd88fc hex color red value is 189, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bd88fc hue: 0.74 , saturation: 0.95 and the lightness value of bd88fc is 0.76.

The process color (four color CMYK) of #bd88fc color hex is 0.25, 0.46, 0.00, 0.01. Web safe color of #bd88fc is #cc99ff. Color #bd88fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 11111100
Octal 275 210 374
Decimal 189 136 252
Hex BD 88 FC

RGB Percentages of Color #bd88fc

%32.76
%23.57
%43.67

CMYK Percentages of Color #bd88fc

%25
%46
%0
%1

Triadic Colors of #bd88fc

#bd88fc #fcbd88 #88fcbd

Analogous Colors of #bd88fc

#bd88fc #f788fc #888dfc

Monochromatic Colors of #bd88fc

#bd88fc

Complementary Color

#bd88fc #c7fc88

#bd88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88fc Color CSS Codes

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

#bd88fc Text Font Color

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

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


#bd88fc Background Color

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

This div background color is #bd88fc


#bd88fc Border Color

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

This div border color is #bd88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88fc

Related Colors


Comments

No comments written yet.

Please login to write comment.