Color Hex Logo

#f32597 Color Hex

#F32597
(243,37,151)
0 Favorites   0 Comments

Color spaces of #f32597

RGB 24337151
HSL0.910.900.55
HSV327°85°95°
CMYK 0.000.850.38   0.05
XYZ43.209622.612231.3653
Yxy22.61220.44460.2327
Hunter Lab47.552378.9821-5.8208
CIE-Lab54.670679.8448-10.2410

#f32597 color RGB value is (243,37,151).

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

The process color (four color CMYK) of #f32597 color hex is 0.00, 0.85, 0.38, 0.05. Web safe color of #f32597 is #ff3399. Color #f32597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100101 10010111
Octal 363 45 227
Decimal 243 37 151
Hex F3 25 97

RGB Percentages of Color #f32597

%56.38
%8.58
%35.03

CMYK Percentages of Color #f32597

%0
%85
%38
%5

Triadic Colors of #f32597

#f32597 #97f325 #2597f3

Analogous Colors of #f32597

#f32597 #f32530 #e825f3

Monochromatic Colors of #f32597

#f32597

Complementary Color

#f32597 #25f381

#f32597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32597 Color CSS Codes

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

#f32597 Text Font Color

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

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


#f32597 Background Color

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

This div background color is #f32597


#f32597 Border Color

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

This div border color is #f32597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32597


Comments

No comments written yet.

Please login to write comment.