Color Hex Logo

#ff7bbe Color Hex

#FF7BBE
(255,123,190)
0 Favorites   0 Comments

Color spaces of #ff7bbe

RGB 255123190
HSL0.921.000.74
HSV330°52°100°
CMYK 0.000.520.25   0.00
XYZ57.617239.143653.2339
Yxy39.14360.38410.2610
Hunter Lab62.564854.8957-6.6521
CIE-Lab68.855257.4082-11.2556

#ff7bbe color RGB value is (255,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111011 10111110
Octal 377 173 276
Decimal 255 123 190
Hex FF 7B BE

RGB Percentages of Color #ff7bbe

%44.89
%21.65
%33.45

CMYK Percentages of Color #ff7bbe

%0
%52
%25
%0

Triadic Colors of #ff7bbe

#ff7bbe #beff7b #7bbeff

Analogous Colors of #ff7bbe

#ff7bbe #ff7b7c #fe7bff

Monochromatic Colors of #ff7bbe

#ff7bbe

Complementary Color

#ff7bbe #7bffbc

#ff7bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7bbe Color CSS Codes

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

#ff7bbe Text Font Color

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

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


#ff7bbe Background Color

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

This div background color is #ff7bbe


#ff7bbe Border Color

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

This div border color is #ff7bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7bbe

#ff7bbe Color Palettes


Comments

No comments written yet.

Please login to write comment.