Color Hex Logo

#fc38cb Color Hex

#FC38CB
(252,56,203)
0 Favorites   0 Comments

Color spaces of #fc38cb

RGB 25256203
HSL0.880.970.60
HSV315°78°99°
CMYK 0.000.780.19   0.01
XYZ52.338527.835659.1142
Yxy27.83560.37580.1998
Hunter Lab52.759584.7467-29.4997
CIE-Lab59.739983.3590-32.5715

#fc38cb color RGB value is (252,56,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 11001011
Octal 374 70 313
Decimal 252 56 203
Hex FC 38 CB

RGB Percentages of Color #fc38cb

%49.32
%10.96
%39.73

CMYK Percentages of Color #fc38cb

%0
%78
%19
%1

Triadic Colors of #fc38cb

#fc38cb #cbfc38 #38cbfc

Analogous Colors of #fc38cb

#fc38cb #fc3869 #cb38fc

Monochromatic Colors of #fc38cb

#fc38cb

Complementary Color

#fc38cb #38fc69

#fc38cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc38cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc38cb Color CSS Codes

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

#fc38cb Text Font Color

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

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


#fc38cb Background Color

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

This div background color is #fc38cb


#fc38cb Border Color

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

This div border color is #fc38cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc38cb


Comments

No comments written yet.

Please login to write comment.