Color Hex Logo

#f375dc Color Hex

#F375DC
(243,117,220)
0 Favorites   0 Comments

Color spaces of #f375dc

RGB 243117220
HSL0.860.840.71
HSV311°52°95°
CMYK 0.000.520.09   0.05
XYZ56.241736.944671.8769
Yxy36.94460.34070.2238
Hunter Lab60.782158.7976-27.5650
CIE-Lab67.235460.9952-30.6338

#f375dc color RGB value is (243,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110101 11011100
Octal 363 165 334
Decimal 243 117 220
Hex F3 75 DC

RGB Percentages of Color #f375dc

%41.90
%20.17
%37.93

CMYK Percentages of Color #f375dc

%0
%52
%9
%5

Triadic Colors of #f375dc

#f375dc #dcf375 #75dcf3

Analogous Colors of #f375dc

#f375dc #f3759d #cb75f3

Monochromatic Colors of #f375dc

#f375dc

Complementary Color

#f375dc #75f38c

#f375dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f375dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f375dc Color CSS Codes

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

#f375dc Text Font Color

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

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


#f375dc Background Color

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

This div background color is #f375dc


#f375dc Border Color

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

This div border color is #f375dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f375dc


Comments

No comments written yet.

Please login to write comment.