Color Hex Logo

#f023ce Color Hex

#F023CE
(240,35,206)
0 Favorites   0 Comments

Color spaces of #f023ce

RGB 24035206
HSL0.860.870.54
HSV310°85°94°
CMYK 0.000.850.14   0.06
XYZ47.676824.183660.5476
Yxy24.18360.36010.1826
Hunter Lab49.176886.9958-38.5754
CIE-Lab56.271285.7629-39.8604

#f023ce color RGB value is (240,35,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 11001110
Octal 360 43 316
Decimal 240 35 206
Hex F0 23 CE

RGB Percentages of Color #f023ce

%49.90
%7.28
%42.83

CMYK Percentages of Color #f023ce

%0
%85
%14
%6

Triadic Colors of #f023ce

#f023ce #cef023 #23cef0

Analogous Colors of #f023ce

#f023ce #f02368 #ac23f0

Monochromatic Colors of #f023ce

#f023ce

Complementary Color

#f023ce #23f045

#f023ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f023ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f023ce Color CSS Codes

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

#f023ce Text Font Color

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

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


#f023ce Background Color

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

This div background color is #f023ce


#f023ce Border Color

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

This div border color is #f023ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,35,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f023ce


Comments

No comments written yet.

Please login to write comment.