Color Hex Logo

#fc02eb Color Hex

#FC02EB
(252,2,235)
0 Favorites   0 Comments

Color spaces of #fc02eb

RGB 2522235
HSL0.840.980.50
HSV304°99°99°
CMYK 0.000.990.07   0.01
XYZ55.162026.737080.8507
Yxy26.73700.33890.1643
Hunter Lab51.707899.9354-56.5107
CIE-Lab58.730194.9526-52.2631

#fc02eb color RGB value is (252,2,235).

#fc02eb hex color red value is 252, green value is 2 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc02eb hue: 0.84 , saturation: 0.98 and the lightness value of fc02eb is 0.50.

The process color (four color CMYK) of #fc02eb color hex is 0.00, 0.99, 0.07, 0.01. Web safe color of #fc02eb is #ff00ff. Color #fc02eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 11101011
Octal 374 2 353
Decimal 252 2 235
Hex FC 2 EB

RGB Percentages of Color #fc02eb

%51.53
%0.41
%48.06

CMYK Percentages of Color #fc02eb

%0
%99
%7
%1

Triadic Colors of #fc02eb

#fc02eb #ebfc02 #02ebfc

Analogous Colors of #fc02eb

#fc02eb #fc026e #9002fc

Monochromatic Colors of #fc02eb

#fc02eb

Complementary Color

#fc02eb #02fc13

#fc02eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc02eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc02eb Color CSS Codes

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

#fc02eb Text Font Color

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

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


#fc02eb Background Color

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

This div background color is #fc02eb


#fc02eb Border Color

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

This div border color is #fc02eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc02eb


Comments

No comments written yet.

Please login to write comment.