Color Hex Logo

#f3825d Color Hex

#F3825D
(243,130,93)
0 Favorites   0 Comments

Color spaces of #f3825d

RGB 24313093
HSL0.040.860.66
HSV15°62°95°
CMYK 0.000.470.62   0.05
XYZ46.920635.810314.7950
Yxy35.81030.48110.3672
Hunter Lab59.841735.235027.2306
CIE-Lab66.374740.101539.2044

#f3825d color RGB value is (243,130,93).

#f3825d hex color red value is 243, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f3825d hue: 0.04 , saturation: 0.86 and the lightness value of f3825d is 0.66.

The process color (four color CMYK) of #f3825d color hex is 0.00, 0.47, 0.62, 0.05. Web safe color of #f3825d is #ff9966. Color #f3825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000010 01011101
Octal 363 202 135
Decimal 243 130 93
Hex F3 82 5D

RGB Percentages of Color #f3825d

%52.15
%27.90
%19.96

CMYK Percentages of Color #f3825d

%0
%47
%62
%5

Triadic Colors of #f3825d

#f3825d #5df382 #825df3

Analogous Colors of #f3825d

#f3825d #f3cd5d #f35d83

Monochromatic Colors of #f3825d

#f3825d

Complementary Color

#f3825d #5dcef3

#f3825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3825d Color CSS Codes

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

#f3825d Text Font Color

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

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


#f3825d Background Color

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

This div background color is #f3825d


#f3825d Border Color

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

This div border color is #f3825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3825d


Comments

No comments written yet.

Please login to write comment.