Color Hex Logo

#fe30cf Color Hex

#FE30CF
(254,48,207)
0 Favorites   0 Comments

Color spaces of #fe30cf

RGB 25448207
HSL0.870.990.59
HSV314°81°100°
CMYK 0.000.810.19   0.00
XYZ53.192527.689761.5726
Yxy27.68970.37340.1944
Hunter Lab52.621088.3519-32.5414
CIE-Lab59.607486.1474-35.0312

#fe30cf color RGB value is (254,48,207).

#fe30cf hex color red value is 254, green value is 48 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fe30cf hue: 0.87 , saturation: 0.99 and the lightness value of fe30cf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 11001111
Octal 376 60 317
Decimal 254 48 207
Hex FE 30 CF

RGB Percentages of Color #fe30cf

%49.90
%9.43
%40.67

CMYK Percentages of Color #fe30cf

%0
%81
%19
%0

Triadic Colors of #fe30cf

#fe30cf #cffe30 #30cffe

Analogous Colors of #fe30cf

#fe30cf #fe3068 #c630fe

Monochromatic Colors of #fe30cf

#fe30cf

Complementary Color

#fe30cf #30fe5f

#fe30cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe30cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe30cf Color CSS Codes

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

#fe30cf Text Font Color

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

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


#fe30cf Background Color

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

This div background color is #fe30cf


#fe30cf Border Color

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

This div border color is #fe30cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,48,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe30cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe30cf;
  -webkit-box-shadow: 1px 1px 3px 2px #fe30cf;
  box-shadow:         1px 1px 3px 2px #fe30cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe30cf


Comments

No comments written yet.

Please login to write comment.