Color Hex Logo

#bd4ffe Color Hex

#BD4FFE
(189,79,254)
0 Favorites   0 Comments

Color spaces of #bd4ffe

RGB 18979254
HSL0.770.990.65
HSV278°69°100°
CMYK 0.260.690.00   0.00
XYZ41.671623.566596.1184
Yxy23.56650.25830.1461
Hunter Lab48.545368.2711-83.4108
CIE-Lab55.651171.0018-68.3211

#bd4ffe color RGB value is (189,79,254).

#bd4ffe hex color red value is 189, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bd4ffe hue: 0.77 , saturation: 0.99 and the lightness value of bd4ffe is 0.65.

The process color (four color CMYK) of #bd4ffe color hex is 0.26, 0.69, 0.00, 0.00. Web safe color of #bd4ffe is #cc66ff. Color #bd4ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 11111110
Octal 275 117 376
Decimal 189 79 254
Hex BD 4F FE

RGB Percentages of Color #bd4ffe

%36.21
%15.13
%48.66

CMYK Percentages of Color #bd4ffe

%26
%69
%0
%0

Triadic Colors of #bd4ffe

#bd4ffe #febd4f #4ffebd

Analogous Colors of #bd4ffe

#bd4ffe #fe4fe8 #664ffe

Monochromatic Colors of #bd4ffe

#bd4ffe

Complementary Color

#bd4ffe #90fe4f

#bd4ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4ffe Color CSS Codes

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

#bd4ffe Text Font Color

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

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


#bd4ffe Background Color

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

This div background color is #bd4ffe


#bd4ffe Border Color

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

This div border color is #bd4ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.