Color Hex Logo

#fb38cc Color Hex

#FB38CC
(251,56,204)
0 Favorites   0 Comments

Color spaces of #fb38cc

RGB 25156204
HSL0.870.960.60
HSV314°78°98°
CMYK 0.000.780.19   0.02
XYZ52.096927.697259.7270
Yxy27.69720.37340.1985
Hunter Lab52.628184.5990-30.4478
CIE-Lab59.614283.2694-33.3501

#fb38cc color RGB value is (251,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 11001100
Octal 373 70 314
Decimal 251 56 204
Hex FB 38 CC

RGB Percentages of Color #fb38cc

%49.12
%10.96
%39.92

CMYK Percentages of Color #fb38cc

%0
%78
%19
%2

Triadic Colors of #fb38cc

#fb38cc #ccfb38 #38ccfb

Analogous Colors of #fb38cc

#fb38cc #fb386b #c938fb

Monochromatic Colors of #fb38cc

#fb38cc

Complementary Color

#fb38cc #38fb67

#fb38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb38cc Color CSS Codes

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

#fb38cc Text Font Color

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

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


#fb38cc Background Color

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

This div background color is #fb38cc


#fb38cc Border Color

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

This div border color is #fb38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb38cc

Related Colors


Comments

No comments written yet.

Please login to write comment.