Color Hex Logo

#f75bcb Color Hex

#F75BCB
(247,91,203)
0 Favorites   0 Comments

Color spaces of #f75bcb

RGB 24791203
HSL0.880.910.66
HSV317°63°97°
CMYK 0.000.630.18   0.03
XYZ52.878331.568159.8062
Yxy31.56810.36660.2188
Hunter Lab56.185569.6685-23.7809
CIE-Lab62.984370.7787-27.6119

#f75bcb color RGB value is (247,91,203).

#f75bcb hex color red value is 247, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f75bcb hue: 0.88 , saturation: 0.91 and the lightness value of f75bcb is 0.66.

The process color (four color CMYK) of #f75bcb color hex is 0.00, 0.63, 0.18, 0.03. Web safe color of #f75bcb is #ff66cc. Color #f75bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011011 11001011
Octal 367 133 313
Decimal 247 91 203
Hex F7 5B CB

RGB Percentages of Color #f75bcb

%45.66
%16.82
%37.52

CMYK Percentages of Color #f75bcb

%0
%63
%18
%3

Triadic Colors of #f75bcb

#f75bcb #cbf75b #5bcbf7

Analogous Colors of #f75bcb

#f75bcb #f75b7d #d55bf7

Monochromatic Colors of #f75bcb

#f75bcb

Complementary Color

#f75bcb #5bf787

#f75bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75bcb Color CSS Codes

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

#f75bcb Text Font Color

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

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


#f75bcb Background Color

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

This div background color is #f75bcb


#f75bcb Border Color

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

This div border color is #f75bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,91,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f75bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f75bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #f75bcb;
  box-shadow:         1px 1px 3px 2px #f75bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,91,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f75bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75bcb


Comments

No comments written yet.

Please login to write comment.