Color Hex Logo

#f075bc Color Hex

#F075BC
(240,117,188)
0 Favorites   0 Comments

Color spaces of #f075bc

RGB 240117188
HSL0.900.800.70
HSV325°51°94°
CMYK 0.000.510.22   0.06
XYZ51.373634.878751.6015
Yxy34.87870.37270.2530
Hunter Lab59.058251.9219-10.4633
CIE-Lab65.654155.3327-15.1474

#f075bc color RGB value is (240,117,188).

#f075bc hex color red value is 240, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f075bc hue: 0.90 , saturation: 0.80 and the lightness value of f075bc is 0.70.

The process color (four color CMYK) of #f075bc color hex is 0.00, 0.51, 0.22, 0.06. Web safe color of #f075bc is #ff66cc. Color #f075bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 10111100
Octal 360 165 274
Decimal 240 117 188
Hex F0 75 BC

RGB Percentages of Color #f075bc

%44.04
%21.47
%34.50

CMYK Percentages of Color #f075bc

%0
%51
%22
%6

Triadic Colors of #f075bc

#f075bc #bcf075 #75bcf0

Analogous Colors of #f075bc

#f075bc #f0757f #e775f0

Monochromatic Colors of #f075bc

#f075bc

Complementary Color

#f075bc #75f0a9

#f075bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075bc Color CSS Codes

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

#f075bc Text Font Color

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

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


#f075bc Background Color

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

This div background color is #f075bc


#f075bc Border Color

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

This div border color is #f075bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075bc


Comments

No comments written yet.

Please login to write comment.