Color Hex Logo

#f253ce Color Hex

#F253CE
(242,83,206)
0 Favorites   0 Comments

Color spaces of #f253ce

RGB 24283206
HSL0.870.860.64
HSV314°66°95°
CMYK 0.000.660.15   0.05
XYZ50.851829.520061.4103
Yxy29.52000.35870.2082
Hunter Lab54.332371.9838-28.9812
CIE-Lab61.237872.9848-32.0746

#f253ce color RGB value is (242,83,206).

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

The process color (four color CMYK) of #f253ce color hex is 0.00, 0.66, 0.15, 0.05. Web safe color of #f253ce is #ff66cc. Color #f253ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010011 11001110
Octal 362 123 316
Decimal 242 83 206
Hex F2 53 CE

RGB Percentages of Color #f253ce

%45.57
%15.63
%38.79

CMYK Percentages of Color #f253ce

%0
%66
%15
%5

Triadic Colors of #f253ce

#f253ce #cef253 #53cef2

Analogous Colors of #f253ce

#f253ce #f2537f #c753f2

Monochromatic Colors of #f253ce

#f253ce

Complementary Color

#f253ce #53f277

#f253ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f253ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f253ce Color CSS Codes

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

#f253ce Text Font Color

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

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


#f253ce Background Color

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

This div background color is #f253ce


#f253ce Border Color

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

This div border color is #f253ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f253ce


Comments

No comments written yet.

Please login to write comment.