Color Hex Logo

#fc52ee Color Hex

#FC52EE
(252,82,238)
0 Favorites   0 Comments

Color spaces of #fc52ee

RGB 25282238
HSL0.850.970.65
HSV305°67°99°
CMYK 0.000.670.06   0.01
XYZ58.594832.903184.1516
Yxy32.90310.33360.1873
Hunter Lab57.361281.9566-46.8283
CIE-Lab64.082480.3605-45.4670

#fc52ee color RGB value is (252,82,238).

#fc52ee hex color red value is 252, green value is 82 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fc52ee hue: 0.85 , saturation: 0.97 and the lightness value of fc52ee is 0.65.

The process color (four color CMYK) of #fc52ee color hex is 0.00, 0.67, 0.06, 0.01. Web safe color of #fc52ee is #ff66ff. Color #fc52ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 11101110
Octal 374 122 356
Decimal 252 82 238
Hex FC 52 EE

RGB Percentages of Color #fc52ee

%44.06
%14.34
%41.61

CMYK Percentages of Color #fc52ee

%0
%67
%6
%1

Triadic Colors of #fc52ee

#fc52ee #eefc52 #52eefc

Analogous Colors of #fc52ee

#fc52ee #fc5299 #b552fc

Monochromatic Colors of #fc52ee

#fc52ee

Complementary Color

#fc52ee #52fc60

#fc52ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc52ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc52ee Color CSS Codes

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

#fc52ee Text Font Color

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

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


#fc52ee Background Color

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

This div background color is #fc52ee


#fc52ee Border Color

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

This div border color is #fc52ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc52ee


Comments

No comments written yet.

Please login to write comment.