Color Hex Logo

#fb38ca Color Hex

#FB38CA
(251,56,202)
0 Favorites   0 Comments

Color spaces of #fb38ca

RGB 25156202
HSL0.880.960.60
HSV315°78°98°
CMYK 0.000.780.20   0.02
XYZ51.858527.601858.4716
Yxy27.60180.37600.2001
Hunter Lab52.537484.2529-29.2107
CIE-Lab59.527383.0190-32.3448

#fb38ca color RGB value is (251,56,202).

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

The process color (four color CMYK) of #fb38ca color hex is 0.00, 0.78, 0.20, 0.02. Web safe color of #fb38ca is #ff33cc. Color #fb38ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 11001010
Octal 373 70 312
Decimal 251 56 202
Hex FB 38 CA

RGB Percentages of Color #fb38ca

%49.31
%11.00
%39.69

CMYK Percentages of Color #fb38ca

%0
%78
%20
%2

Triadic Colors of #fb38ca

#fb38ca #cafb38 #38cafb

Analogous Colors of #fb38ca

#fb38ca #fb3869 #cb38fb

Monochromatic Colors of #fb38ca

#fb38ca

Complementary Color

#fb38ca #38fb69

#fb38ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb38ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb38ca Color CSS Codes

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

#fb38ca Text Font Color

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

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


#fb38ca Background Color

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

This div background color is #fb38ca


#fb38ca Border Color

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

This div border color is #fb38ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,56,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 #fb38ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb38ca


Comments

No comments written yet.

Please login to write comment.