Color Hex Logo

#fc7aeb Color Hex

#FC7AEB
(252,122,235)
0 Favorites   0 Comments

Color spaces of #fc7aeb

RGB 252122235
HSL0.860.960.73
HSV308°52°99°
CMYK 0.000.520.07   0.01
XYZ62.099840.612783.1633
Yxy40.61270.33410.2185
Hunter Lab63.728162.4150-32.7621
CIE-Lab69.903763.5897-34.7088

#fc7aeb color RGB value is (252,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 11101011
Octal 374 172 353
Decimal 252 122 235
Hex FC 7A EB

RGB Percentages of Color #fc7aeb

%41.38
%20.03
%38.59

CMYK Percentages of Color #fc7aeb

%0
%52
%7
%1

Triadic Colors of #fc7aeb

#fc7aeb #ebfc7a #7aebfc

Analogous Colors of #fc7aeb

#fc7aeb #fc7aaa #cc7afc

Monochromatic Colors of #fc7aeb

#fc7aeb

Complementary Color

#fc7aeb #7afc8b

#fc7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7aeb Color CSS Codes

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

#fc7aeb Text Font Color

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

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


#fc7aeb Background Color

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

This div background color is #fc7aeb


#fc7aeb Border Color

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

This div border color is #fc7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7aeb


Comments

No comments written yet.

Please login to write comment.