Color Hex Logo

#fc5aeb Color Hex

#FC5AEB
(252,90,235)
0 Favorites   0 Comments

Color spaces of #fc5aeb

RGB 25290235
HSL0.850.960.67
HSV306°64°99°
CMYK 0.000.640.07   0.01
XYZ58.796434.005982.0621
Yxy34.00590.33620.1945
Hunter Lab58.314677.9243-42.6145
CIE-Lab64.967377.0338-42.4094

#fc5aeb color RGB value is (252,90,235).

#fc5aeb hex color red value is 252, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc5aeb hue: 0.85 , saturation: 0.96 and the lightness value of fc5aeb is 0.67.

The process color (four color CMYK) of #fc5aeb color hex is 0.00, 0.64, 0.07, 0.01. Web safe color of #fc5aeb is #ff66ff. Color #fc5aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011010 11101011
Octal 374 132 353
Decimal 252 90 235
Hex FC 5A EB

RGB Percentages of Color #fc5aeb

%43.67
%15.60
%40.73

CMYK Percentages of Color #fc5aeb

%0
%64
%7
%1

Triadic Colors of #fc5aeb

#fc5aeb #ebfc5a #5aebfc

Analogous Colors of #fc5aeb

#fc5aeb #fc5a9a #bc5afc

Monochromatic Colors of #fc5aeb

#fc5aeb

Complementary Color

#fc5aeb #5afc6b

#fc5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5aeb Color CSS Codes

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

#fc5aeb Text Font Color

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

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


#fc5aeb Background Color

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

This div background color is #fc5aeb


#fc5aeb Border Color

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

This div border color is #fc5aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,90,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 #fc5aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5aeb


Comments

No comments written yet.

Please login to write comment.