Color Hex Logo

#f231ce Color Hex

#F231CE
(242,49,206)
0 Favorites   0 Comments

Color spaces of #f231ce

RGB 24249206
HSL0.860.880.57
HSV311°80°95°
CMYK 0.000.800.15   0.05
XYZ48.856825.530160.7453
Yxy25.53010.36150.1889
Hunter Lab50.527384.1757-35.9109
CIE-Lab57.588383.3364-37.7682

#f231ce color RGB value is (242,49,206).

#f231ce hex color red value is 242, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f231ce hue: 0.86 , saturation: 0.88 and the lightness value of f231ce is 0.57.

The process color (four color CMYK) of #f231ce color hex is 0.00, 0.80, 0.15, 0.05. Web safe color of #f231ce is #ff33cc. Color #f231ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110001 11001110
Octal 362 61 316
Decimal 242 49 206
Hex F2 31 CE

RGB Percentages of Color #f231ce

%48.69
%9.86
%41.45

CMYK Percentages of Color #f231ce

%0
%80
%15
%5

Triadic Colors of #f231ce

#f231ce #cef231 #31cef2

Analogous Colors of #f231ce

#f231ce #f2316e #b631f2

Monochromatic Colors of #f231ce

#f231ce

Complementary Color

#f231ce #31f255

#f231ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f231ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f231ce Color CSS Codes

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

#f231ce Text Font Color

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

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


#f231ce Background Color

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

This div background color is #f231ce


#f231ce Border Color

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

This div border color is #f231ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f231ce


Comments

No comments written yet.

Please login to write comment.