Color Hex Logo

#f375ce Color Hex

#F375CE
(243,117,206)
0 Favorites   0 Comments

Color spaces of #f375ce

RGB 243117206
HSL0.880.840.71
HSV318°52°95°
CMYK 0.000.520.15   0.05
XYZ54.464036.233562.5157
Yxy36.23350.35550.2365
Hunter Lab60.194356.1675-19.4406
CIE-Lab66.698058.8418-23.6462

#f375ce color RGB value is (243,117,206).

#f375ce hex color red value is 243, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f375ce hue: 0.88 , saturation: 0.84 and the lightness value of f375ce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 11001110
Octal 363 165 316
Decimal 243 117 206
Hex F3 75 CE

RGB Percentages of Color #f375ce

%42.93
%20.67
%36.40

CMYK Percentages of Color #f375ce

%0
%52
%15
%5

Triadic Colors of #f375ce

#f375ce #cef375 #75cef3

Analogous Colors of #f375ce

#f375ce #f3758f #d975f3

Monochromatic Colors of #f375ce

#f375ce

Complementary Color

#f375ce #75f39a

#f375ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375ce Color CSS Codes

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

#f375ce Text Font Color

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

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


#f375ce Background Color

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

This div background color is #f375ce


#f375ce Border Color

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

This div border color is #f375ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375ce


Comments

No comments written yet.

Please login to write comment.