color codes Logo

#f380cc color codes

#F380CC
(243,128,204)
0 Favorites   0 Comments

Color spaces of #f380cc

RGB 243128204
HSL0.890.830.73
HSV320°47°95°
CMYK 0.000.470.16   0.05
XYZ55.580438.852761.6966
Yxy38.85270.35600.2488
Hunter Lab62.331950.0847-15.0533
CIE-Lab68.644453.2702-19.5610

#f380cc color RGB value is (243,128,204).

#f380cc hex color red value is 243, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f380cc hue: 0.89 , saturation: 0.83 and the lightness value of f380cc is 0.73.

The process color (four color CMYK) of #f380cc color code is 0.00, 0.47, 0.16, 0.05. Web safe color of #f380cc is #ff99cc. Color #f380cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000000 11001100
Octal 363 200 314
Decimal 243 128 204
Hex F3 80 CC

RGB Percentages of Color #f380cc

%42.26
%22.26
%35.48

CMYK Percentages of Color #f380cc

%0
%47
%16
%5

Triadic Colors of #f380cc

#f380cc #ccf380 #80ccf3

Analogous Colors of #f380cc

#f380cc #f38093 #e180f3

Monochromatic Colors of #f380cc

#f380cc

Complementary Color

#f380cc #80f3a7

#f380cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f380cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f380cc Color CSS Codes

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

#f380cc Text Font Color

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

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


#f380cc Background Color

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

This div background color is #f380cc


#f380cc Border Color

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

This div border color is #f380cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f380cc


Comments

No comments written yet.

Please login to write comment.