Color Hex Logo

#fb17ea Color Hex

#FB17EA
(251,23,234)
0 Favorites   0 Comments

Color spaces of #fb17ea

RGB 25123234
HSL0.850.970.54
HSV304°91°98°
CMYK 0.000.910.07   0.02
XYZ54.941327.062580.1698
Yxy27.06250.33880.1669
Hunter Lab52.021697.4803-54.9558
CIE-Lab59.032193.0938-51.2325

#fb17ea color RGB value is (251,23,234).

#fb17ea hex color red value is 251, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb17ea hue: 0.85 , saturation: 0.97 and the lightness value of fb17ea is 0.54.

The process color (four color CMYK) of #fb17ea color hex is 0.00, 0.91, 0.07, 0.02. Web safe color of #fb17ea is #ff00ff. Color #fb17ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010111 11101010
Octal 373 27 352
Decimal 251 23 234
Hex FB 17 EA

RGB Percentages of Color #fb17ea

%49.41
%4.53
%46.06

CMYK Percentages of Color #fb17ea

%0
%91
%7
%2

Triadic Colors of #fb17ea

#fb17ea #eafb17 #17eafb

Analogous Colors of #fb17ea

#fb17ea #fb1778 #9a17fb

Monochromatic Colors of #fb17ea

#fb17ea

Complementary Color

#fb17ea #17fb28

#fb17ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb17ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb17ea Color CSS Codes

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

#fb17ea Text Font Color

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

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


#fb17ea Background Color

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

This div background color is #fb17ea


#fb17ea Border Color

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

This div border color is #fb17ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,23,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb17ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb17ea;
  -webkit-box-shadow: 1px 1px 3px 2px #fb17ea;
  box-shadow:         1px 1px 3px 2px #fb17ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb17ea


Comments

No comments written yet.

Please login to write comment.