Color Hex Logo

#ffbdff Color Hex

#FFBDFF
(255,189,255)
2 Favorites   0 Comments

Color spaces of #ffbdff

RGB 255189255
HSL0.831.000.87
HSV300°26°100°
CMYK 0.000.260.00   0.00
XYZ77.487664.8752103.0459
Yxy64.87520.31570.2644
Hunter Lab80.545130.7700-19.4714
CIE-Lab84.419434.2486-23.2234

#ffbdff color RGB value is (255,189,255).

#ffbdff hex color red value is 255, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ffbdff hue: 0.83 , saturation: 1.00 and the lightness value of ffbdff is 0.87.

The process color (four color CMYK) of #ffbdff color hex is 0.00, 0.26, 0.00, 0.00. Web safe color of #ffbdff is #ffccff. Color #ffbdff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11111111
Octal 377 275 377
Decimal 255 189 255
Hex FF BD FF

RGB Percentages of Color #ffbdff

%36.48
%27.04
%36.48

CMYK Percentages of Color #ffbdff

%0
%26
%0
%0

Triadic Colors of #ffbdff

#ffbdff #ffffbd #bdffff

Analogous Colors of #ffbdff

#ffbdff #ffbdde #debdff

Monochromatic Colors of #ffbdff

#ffbdff

Complementary Color

#ffbdff #bdffbd

#ffbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdff Color CSS Codes

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

#ffbdff Text Font Color

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

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


#ffbdff Background Color

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

This div background color is #ffbdff


#ffbdff Border Color

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

This div border color is #ffbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdff

Related Colors


Comments

No comments written yet.

Please login to write comment.