Color Hex Logo

#f300ca Color Hex

#F300CA
(243,0,202)
0 Favorites   0 Comments

Color spaces of #f300ca

RGB 2430202
HSL0.861.000.48
HSV310°100°95°
CMYK 0.001.000.17   0.05
XYZ47.622823.319057.8681
Yxy23.31900.36970.1810
Hunter Lab48.289891.5276-37.2474
CIE-Lab55.399489.3704-38.9006

#f300ca color RGB value is (243,0,202).

#f300ca hex color red value is 243, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f300ca hue: 0.86 , saturation: 1.00 and the lightness value of f300ca is 0.48.

The process color (four color CMYK) of #f300ca color hex is 0.00, 1.00, 0.17, 0.05. Web safe color of #f300ca is #ff00cc. Color #f300ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11001010
Octal 363 0 312
Decimal 243 0 202
Hex F3 0 CA

RGB Percentages of Color #f300ca

%54.61
%0.00
%45.39

CMYK Percentages of Color #f300ca

%0
%100
%17
%5

Triadic Colors of #f300ca

#f300ca #caf300 #00caf3

Analogous Colors of #f300ca

#f300ca #f30050 #a300f3

Monochromatic Colors of #f300ca

#f300ca

Complementary Color

#f300ca #00f329

#f300ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300ca Color CSS Codes

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

#f300ca Text Font Color

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

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


#f300ca Background Color

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

This div background color is #f300ca


#f300ca Border Color

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

This div border color is #f300ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300ca


Comments

No comments written yet.

Please login to write comment.