Color Hex Logo

#fc25ef Color Hex

#FC25EF
(252,37,239)
0 Favorites   0 Comments

Color spaces of #fc25ef

RGB 25237239
HSL0.840.970.57
HSV304°85°99°
CMYK 0.000.850.05   0.01
XYZ56.386428.250684.1424
Yxy28.25060.33410.1674
Hunter Lab53.151396.3498-56.6545
CIE-Lab60.114592.0487-52.3015

#fc25ef color RGB value is (252,37,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 11101111
Octal 374 45 357
Decimal 252 37 239
Hex FC 25 EF

RGB Percentages of Color #fc25ef

%47.73
%7.01
%45.27

CMYK Percentages of Color #fc25ef

%0
%85
%5
%1

Triadic Colors of #fc25ef

#fc25ef #effc25 #25effc

Analogous Colors of #fc25ef

#fc25ef #fc2584 #9e25fc

Monochromatic Colors of #fc25ef

#fc25ef

Complementary Color

#fc25ef #25fc32

#fc25ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc25ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc25ef Color CSS Codes

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

#fc25ef Text Font Color

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

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


#fc25ef Background Color

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

This div background color is #fc25ef


#fc25ef Border Color

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

This div border color is #fc25ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc25ef

Related Colors


Comments

No comments written yet.

Please login to write comment.