Color Hex Logo

#fb53ca Color Hex

#FB53CA
(251,83,202)
0 Favorites   0 Comments

Color spaces of #fb53ca

RGB 25183202
HSL0.880.950.65
HSV318°67°98°
CMYK 0.000.670.20   0.02
XYZ53.537630.960059.0313
Yxy30.96000.37300.2157
Hunter Lab55.641774.3770-23.9526
CIE-Lab62.473974.6810-27.7815

#fb53ca color RGB value is (251,83,202).

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

The process color (four color CMYK) of #fb53ca color hex is 0.00, 0.67, 0.20, 0.02. Web safe color of #fb53ca is #ff66cc. Color #fb53ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 11001010
Octal 373 123 312
Decimal 251 83 202
Hex FB 53 CA

RGB Percentages of Color #fb53ca

%46.83
%15.49
%37.69

CMYK Percentages of Color #fb53ca

%0
%67
%20
%2

Triadic Colors of #fb53ca

#fb53ca #cafb53 #53cafb

Analogous Colors of #fb53ca

#fb53ca #fb5376 #d853fb

Monochromatic Colors of #fb53ca

#fb53ca

Complementary Color

#fb53ca #53fb84

#fb53ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb53ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb53ca Color CSS Codes

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

#fb53ca Text Font Color

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

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


#fb53ca Background Color

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

This div background color is #fb53ca


#fb53ca Border Color

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

This div border color is #fb53ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb53ca


Comments

No comments written yet.

Please login to write comment.