Color Hex Logo

#ff7752 Color Hex

#FF7752
(255,119,82)
0 Favorites   0 Comments

Color spaces of #ff7752

RGB 25511982
HSL0.041.000.66
HSV13°68°100°
CMYK 0.000.530.68   0.00
XYZ49.359835.062812.1489
Yxy35.06280.51110.3631
Hunter Lab59.213845.170829.2852
CIE-Lab65.797549.321744.7459

#ff7752 color RGB value is (255,119,82).

#ff7752 hex color red value is 255, green value is 119 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ff7752 hue: 0.04 , saturation: 1.00 and the lightness value of ff7752 is 0.66.

The process color (four color CMYK) of #ff7752 color hex is 0.00, 0.53, 0.68, 0.00. Web safe color of #ff7752 is #ff6666. Color #ff7752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110111 01010010
Octal 377 167 122
Decimal 255 119 82
Hex FF 77 52

RGB Percentages of Color #ff7752

%55.92
%26.10
%17.98

CMYK Percentages of Color #ff7752

%0
%53
%68
%0

Triadic Colors of #ff7752

#ff7752 #52ff77 #7752ff

Analogous Colors of #ff7752

#ff7752 #ffce52 #ff5284

Monochromatic Colors of #ff7752

#ff7752

Complementary Color

#ff7752 #52daff

#ff7752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7752 Color CSS Codes

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

#ff7752 Text Font Color

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

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


#ff7752 Background Color

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

This div background color is #ff7752


#ff7752 Border Color

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

This div border color is #ff7752


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,119,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff7752; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff7752;
  -webkit-box-shadow: 1px 1px 3px 2px #ff7752;
  box-shadow:         1px 1px 3px 2px #ff7752; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,119,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7752

Related Colors


Comments

No comments written yet.

Please login to write comment.