Color Hex Logo

#fe6bbf Color Hex

#FE6BBF
(254,107,191)
0 Favorites   0 Comments

Color spaces of #fe6bbf

RGB 254107191
HSL0.900.990.71
HSV326°58°100°
CMYK 0.000.580.25   0.00
XYZ55.534735.347853.1860
Yxy35.34780.38550.2454
Hunter Lab59.454062.6884-11.4215
CIE-Lab66.018664.4740-16.0990

#fe6bbf color RGB value is (254,107,191).

#fe6bbf hex color red value is 254, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fe6bbf hue: 0.90 , saturation: 0.99 and the lightness value of fe6bbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101011 10111111
Octal 376 153 277
Decimal 254 107 191
Hex FE 6B BF

RGB Percentages of Color #fe6bbf

%46.01
%19.38
%34.60

CMYK Percentages of Color #fe6bbf

%0
%58
%25
%0

Triadic Colors of #fe6bbf

#fe6bbf #bffe6b #6bbffe

Analogous Colors of #fe6bbf

#fe6bbf #fe6b76 #f46bfe

Monochromatic Colors of #fe6bbf

#fe6bbf

Complementary Color

#fe6bbf #6bfeaa

#fe6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6bbf Color CSS Codes

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

#fe6bbf Text Font Color

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

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


#fe6bbf Background Color

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

This div background color is #fe6bbf


#fe6bbf Border Color

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

This div border color is #fe6bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6bbf


Comments

No comments written yet.

Please login to write comment.