Color Hex Logo

#ffbeff Color Hex

#FFBEFF
(255,190,255)
0 Favorites   0 Comments

Color spaces of #ffbeff

RGB 255190255
HSL0.831.000.87
HSV300°25°100°
CMYK 0.000.250.00   0.00
XYZ77.703565.3069103.1178
Yxy65.30690.31570.2653
Hunter Lab80.812730.2102-19.0858
CIE-Lab84.641633.7240-22.8858

#ffbeff color RGB value is (255,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11111111
Octal 377 276 377
Decimal 255 190 255
Hex FF BE FF

RGB Percentages of Color #ffbeff

%36.43
%27.14
%36.43

CMYK Percentages of Color #ffbeff

%0
%25
%0
%0

Triadic Colors of #ffbeff

#ffbeff #ffffbe #beffff

Analogous Colors of #ffbeff

#ffbeff #ffbedf #dfbeff

Monochromatic Colors of #ffbeff

#ffbeff

Complementary Color

#ffbeff #beffbe

#ffbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbeff Color CSS Codes

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

#ffbeff Text Font Color

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

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


#ffbeff Background Color

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

This div background color is #ffbeff


#ffbeff Border Color

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

This div border color is #ffbeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,190,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 #ffbeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbeff


Comments

No comments written yet.

Please login to write comment.