Color Hex Logo

#f375cd Color Hex

#F375CD
(243,117,205)
0 Favorites   0 Comments

Color spaces of #f375cd

RGB 243117205
HSL0.880.840.71
HSV318°52°95°
CMYK 0.000.520.16   0.05
XYZ54.342936.185061.8778
Yxy36.18500.35660.2374
Hunter Lab60.154055.9869-18.8813
CIE-Lab66.661058.6929-23.1425

#f375cd color RGB value is (243,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 11001101
Octal 363 165 315
Decimal 243 117 205
Hex F3 75 CD

RGB Percentages of Color #f375cd

%43.01
%20.71
%36.28

CMYK Percentages of Color #f375cd

%0
%52
%16
%5

Triadic Colors of #f375cd

#f375cd #cdf375 #75cdf3

Analogous Colors of #f375cd

#f375cd #f3758e #da75f3

Monochromatic Colors of #f375cd

#f375cd

Complementary Color

#f375cd #75f39b

#f375cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375cd Color CSS Codes

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

#f375cd Text Font Color

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

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


#f375cd Background Color

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

This div background color is #f375cd


#f375cd Border Color

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

This div border color is #f375cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,117,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375cd


Comments

No comments written yet.

Please login to write comment.