Color Hex Logo

#f325ca Color Hex

#F325CA
(243,37,202)
0 Favorites   0 Comments

Color spaces of #f325ca

RGB 24337202
HSL0.870.900.55
HSV312°85°95°
CMYK 0.000.850.17   0.05
XYZ48.284424.642158.0886
Yxy24.64210.36850.1881
Hunter Lab49.640886.7512-34.6313
CIE-Lab56.725085.4871-36.8205

#f325ca color RGB value is (243,37,202).

#f325ca hex color red value is 243, green value is 37 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f325ca hue: 0.87 , saturation: 0.90 and the lightness value of f325ca is 0.55.

The process color (four color CMYK) of #f325ca color hex is 0.00, 0.85, 0.17, 0.05. Web safe color of #f325ca is #ff33cc. Color #f325ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100101 11001010
Octal 363 45 312
Decimal 243 37 202
Hex F3 25 CA

RGB Percentages of Color #f325ca

%50.41
%7.68
%41.91

CMYK Percentages of Color #f325ca

%0
%85
%17
%5

Triadic Colors of #f325ca

#f325ca #caf325 #25caf3

Analogous Colors of #f325ca

#f325ca #f32563 #b525f3

Monochromatic Colors of #f325ca

#f325ca

Complementary Color

#f325ca #25f34e

#f325ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f325ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f325ca Color CSS Codes

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

#f325ca Text Font Color

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

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


#f325ca Background Color

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

This div background color is #f325ca


#f325ca Border Color

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

This div border color is #f325ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f325ca


Comments

No comments written yet.

Please login to write comment.