Color Hex Logo

#f55ceb Color Hex

#F55CEB
(245,92,235)
0 Favorites   0 Comments

Color spaces of #f55ceb

RGB 24592235
HSL0.840.880.66
HSV304°62°96°
CMYK 0.000.620.04   0.04
XYZ56.478733.064982.0027
Yxy33.06490.32920.1927
Hunter Lab57.502174.6945-44.3010
CIE-Lab64.213474.6099-43.6652

#f55ceb color RGB value is (245,92,235).

#f55ceb hex color red value is 245, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f55ceb hue: 0.84 , saturation: 0.88 and the lightness value of f55ceb is 0.66.

The process color (four color CMYK) of #f55ceb color hex is 0.00, 0.62, 0.04, 0.04. Web safe color of #f55ceb is #ff66ff. Color #f55ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011100 11101011
Octal 365 134 353
Decimal 245 92 235
Hex F5 5C EB

RGB Percentages of Color #f55ceb

%42.83
%16.08
%41.08

CMYK Percentages of Color #f55ceb

%0
%62
%4
%4

Triadic Colors of #f55ceb

#f55ceb #ebf55c #5cebf5

Analogous Colors of #f55ceb

#f55ceb #f55c9f #b35cf5

Monochromatic Colors of #f55ceb

#f55ceb

Complementary Color

#f55ceb #5cf566

#f55ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55ceb Color CSS Codes

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

#f55ceb Text Font Color

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

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


#f55ceb Background Color

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

This div background color is #f55ceb


#f55ceb Border Color

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

This div border color is #f55ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55ceb


Comments

No comments written yet.

Please login to write comment.