Color Hex Logo

#fb52ee Color Hex

#FB52EE
(251,82,238)
0 Favorites   0 Comments

Color spaces of #fb52ee

RGB 25182238
HSL0.850.950.65
HSV305°67°98°
CMYK 0.000.670.05   0.02
XYZ58.233632.716984.1347
Yxy32.71690.33260.1869
Hunter Lab57.198781.6319-47.1718
CIE-Lab63.931080.1366-45.7156

#fb52ee color RGB value is (251,82,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 11101110
Octal 373 122 356
Decimal 251 82 238
Hex FB 52 EE

RGB Percentages of Color #fb52ee

%43.96
%14.36
%41.68

CMYK Percentages of Color #fb52ee

%0
%67
%5
%2

Triadic Colors of #fb52ee

#fb52ee #eefb52 #52eefb

Analogous Colors of #fb52ee

#fb52ee #fb529a #b452fb

Monochromatic Colors of #fb52ee

#fb52ee

Complementary Color

#fb52ee #52fb5f

#fb52ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb52ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb52ee Color CSS Codes

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

#fb52ee Text Font Color

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

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


#fb52ee Background Color

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

This div background color is #fb52ee


#fb52ee Border Color

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

This div border color is #fb52ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb52ee


Comments

No comments written yet.

Please login to write comment.