Color Hex Logo

#f375bc Color Hex

#F375BC
(243,117,188)
0 Favorites   0 Comments

Color spaces of #f375bc

RGB 243117188
HSL0.910.840.71
HSV326°52°95°
CMYK 0.000.520.23   0.05
XYZ52.400535.408151.6496
Yxy35.40810.37570.2539
Hunter Lab59.504753.0558-9.8099
CIE-Lab66.065256.2568-14.4871

#f375bc color RGB value is (243,117,188).

#f375bc hex color red value is 243, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f375bc hue: 0.91 , saturation: 0.84 and the lightness value of f375bc is 0.71.

The process color (four color CMYK) of #f375bc color hex is 0.00, 0.52, 0.23, 0.05. Web safe color of #f375bc is #ff66cc. Color #f375bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 10111100
Octal 363 165 274
Decimal 243 117 188
Hex F3 75 BC

RGB Percentages of Color #f375bc

%44.34
%21.35
%34.31

CMYK Percentages of Color #f375bc

%0
%52
%23
%5

Triadic Colors of #f375bc

#f375bc #bcf375 #75bcf3

Analogous Colors of #f375bc

#f375bc #f3757d #eb75f3

Monochromatic Colors of #f375bc

#f375bc

Complementary Color

#f375bc #75f3ac

#f375bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375bc Color CSS Codes

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

#f375bc Text Font Color

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

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


#f375bc Background Color

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

This div background color is #f375bc


#f375bc Border Color

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

This div border color is #f375bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,117,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f375bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f375bc;
  -webkit-box-shadow: 1px 1px 3px 2px #f375bc;
  box-shadow:         1px 1px 3px 2px #f375bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,117,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375bc


Comments

No comments written yet.

Please login to write comment.