Color Hex Logo

#fb69ef Color Hex

#FB69EF
(251,105,239)
0 Favorites   0 Comments

Color spaces of #fb69ef

RGB 251105239
HSL0.850.950.70
HSV305°58°98°
CMYK 0.000.580.05   0.02
XYZ60.415236.844485.5888
Yxy36.84440.33040.2015
Hunter Lab60.699671.4394-41.1115
CIE-Lab67.160171.4563-41.1995

#fb69ef color RGB value is (251,105,239).

#fb69ef hex color red value is 251, green value is 105 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fb69ef hue: 0.85 , saturation: 0.95 and the lightness value of fb69ef is 0.70.

The process color (four color CMYK) of #fb69ef color hex is 0.00, 0.58, 0.05, 0.02. Web safe color of #fb69ef is #ff66ff. Color #fb69ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 11101111
Octal 373 151 357
Decimal 251 105 239
Hex FB 69 EF

RGB Percentages of Color #fb69ef

%42.18
%17.65
%40.17

CMYK Percentages of Color #fb69ef

%0
%58
%5
%2

Triadic Colors of #fb69ef

#fb69ef #effb69 #69effb

Analogous Colors of #fb69ef

#fb69ef #fb69a6 #be69fb

Monochromatic Colors of #fb69ef

#fb69ef

Complementary Color

#fb69ef #69fb75

#fb69ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69ef Color CSS Codes

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

#fb69ef Text Font Color

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

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


#fb69ef Background Color

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

This div background color is #fb69ef


#fb69ef Border Color

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

This div border color is #fb69ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69ef

Related Colors


Comments

No comments written yet.

Please login to write comment.