Color Hex Logo

#f023bc Color Hex

#F023BC
(240,35,188)
0 Favorites   0 Comments

Color spaces of #f023bc

RGB 24035188
HSL0.880.870.54
HSV315°85°94°
CMYK 0.000.850.22   0.06
XYZ45.613323.358249.6814
Yxy23.35820.38440.1969
Hunter Lab48.330383.8871-27.1162
CIE-Lab55.439483.5318-30.8004

#f023bc color RGB value is (240,35,188).

#f023bc hex color red value is 240, green value is 35 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f023bc hue: 0.88 , saturation: 0.87 and the lightness value of f023bc is 0.54.

The process color (four color CMYK) of #f023bc color hex is 0.00, 0.85, 0.22, 0.06. Web safe color of #f023bc is #ff33cc. Color #f023bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 10111100
Octal 360 43 274
Decimal 240 35 188
Hex F0 23 BC

RGB Percentages of Color #f023bc

%51.84
%7.56
%40.60

CMYK Percentages of Color #f023bc

%0
%85
%22
%6

Triadic Colors of #f023bc

#f023bc #bcf023 #23bcf0

Analogous Colors of #f023bc

#f023bc #f02355 #be23f0

Monochromatic Colors of #f023bc

#f023bc

Complementary Color

#f023bc #23f057

#f023bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f023bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f023bc Color CSS Codes

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

#f023bc Text Font Color

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

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


#f023bc Background Color

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

This div background color is #f023bc


#f023bc Border Color

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

This div border color is #f023bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f023bc


Comments

No comments written yet.

Please login to write comment.