Color Hex Logo

#fc2beb Color Hex

#FC2BEB
(252,43,235)
0 Favorites   0 Comments

Color spaces of #fc2beb

RGB 25243235
HSL0.850.970.58
HSV305°83°99°
CMYK 0.000.830.07   0.01
XYZ56.004228.421481.1314
Yxy28.42140.33830.1717
Hunter Lab53.311794.2195-52.9111
CIE-Lab60.267690.4375-49.8217

#fc2beb color RGB value is (252,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101011 11101011
Octal 374 53 353
Decimal 252 43 235
Hex FC 2B EB

RGB Percentages of Color #fc2beb

%47.55
%8.11
%44.34

CMYK Percentages of Color #fc2beb

%0
%83
%7
%1

Triadic Colors of #fc2beb

#fc2beb #ebfc2b #2bebfc

Analogous Colors of #fc2beb

#fc2beb #fc2b83 #a52bfc

Monochromatic Colors of #fc2beb

#fc2beb

Complementary Color

#fc2beb #2bfc3c

#fc2beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2beb Color CSS Codes

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

#fc2beb Text Font Color

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

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


#fc2beb Background Color

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

This div background color is #fc2beb


#fc2beb Border Color

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

This div border color is #fc2beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2beb

Related Colors


Comments

No comments written yet.

Please login to write comment.