Color Hex Logo

#fc3eeb Color Hex

#FC3EEB
(252,62,235)
0 Favorites   0 Comments

Color spaces of #fc3eeb

RGB 25262235
HSL0.850.970.62
HSV305°75°99°
CMYK 0.000.750.07   0.01
XYZ56.862930.138981.4176
Yxy30.13890.33760.1790
Hunter Lab54.898988.8127-49.5006
CIE-Lab61.773986.0762-47.4375

#fc3eeb color RGB value is (252,62,235).

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

The process color (four color CMYK) of #fc3eeb color hex is 0.00, 0.75, 0.07, 0.01. Web safe color of #fc3eeb is #ff33ff. Color #fc3eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111110 11101011
Octal 374 76 353
Decimal 252 62 235
Hex FC 3E EB

RGB Percentages of Color #fc3eeb

%45.90
%11.29
%42.81

CMYK Percentages of Color #fc3eeb

%0
%75
%7
%1

Triadic Colors of #fc3eeb

#fc3eeb #ebfc3e #3eebfc

Analogous Colors of #fc3eeb

#fc3eeb #fc3e8c #ae3efc

Monochromatic Colors of #fc3eeb

#fc3eeb

Complementary Color

#fc3eeb #3efc4f

#fc3eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3eeb Color CSS Codes

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

#fc3eeb Text Font Color

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

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


#fc3eeb Background Color

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

This div background color is #fc3eeb


#fc3eeb Border Color

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

This div border color is #fc3eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3eeb


Comments

No comments written yet.

Please login to write comment.