Color Hex Logo

#fc25ff Color Hex

#FC25FF
(252,37,255)
0 Favorites   0 Comments

Color spaces of #fc25ff

RGB 25237255
HSL0.831.000.57
HSV299°85°100°
CMYK 0.010.850.00   0.00
XYZ58.856529.238697.1493
Yxy29.23860.31770.1578
Hunter Lab54.072799.6645-68.6720
CIE-Lab60.991694.3152-59.7968

#fc25ff color RGB value is (252,37,255).

#fc25ff hex color red value is 252, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc25ff hue: 0.83 , saturation: 1.00 and the lightness value of fc25ff is 0.57.

The process color (four color CMYK) of #fc25ff color hex is 0.01, 0.85, 0.00, 0.00. Web safe color of #fc25ff is #ff33ff. Color #fc25ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 11111111
Octal 374 45 377
Decimal 252 37 255
Hex FC 25 FF

RGB Percentages of Color #fc25ff

%46.32
%6.80
%46.88

CMYK Percentages of Color #fc25ff

%1
%85
%0
%0

Triadic Colors of #fc25ff

#fc25ff #fffc25 #25fffc

Analogous Colors of #fc25ff

#fc25ff #ff2595 #8f25ff

Monochromatic Colors of #fc25ff

#fc25ff

Complementary Color

#fc25ff #28ff25

#fc25ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc25ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc25ff Color CSS Codes

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

#fc25ff Text Font Color

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

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


#fc25ff Background Color

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

This div background color is #fc25ff


#fc25ff Border Color

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

This div border color is #fc25ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc25ff

Related Colors


Comments

No comments written yet.

Please login to write comment.