Color Hex Logo

#d3254a Color Hex

#D3254A
(211,37,74)
0 Favorites   0 Comments

Color spaces of #d3254a

RGB 2113774
HSL0.960.700.49
HSV347°82°83°
CMYK 0.000.820.65   0.17
XYZ28.761615.66647.9866
Yxy15.66640.54870.2989
Hunter Lab39.580860.441615.7430
CIE-Lab46.533766.140124.0965

#d3254a color RGB value is (211,37,74).

#d3254a hex color red value is 211, green value is 37 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d3254a hue: 0.96 , saturation: 0.70 and the lightness value of d3254a is 0.49.

The process color (four color CMYK) of #d3254a color hex is 0.00, 0.82, 0.65, 0.17. Web safe color of #d3254a is #cc3333. Color #d3254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 01001010
Octal 323 45 112
Decimal 211 37 74
Hex D3 25 4A

RGB Percentages of Color #d3254a

%65.53
%11.49
%22.98

CMYK Percentages of Color #d3254a

%0
%82
%65
%17

Triadic Colors of #d3254a

#d3254a #4ad325 #254ad3

Analogous Colors of #d3254a

#d3254a #d35725 #d325a1

Monochromatic Colors of #d3254a

#d3254a

Complementary Color

#d3254a #25d3ae

#d3254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3254a Color CSS Codes

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

#d3254a Text Font Color

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

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


#d3254a Background Color

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

This div background color is #d3254a


#d3254a Border Color

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

This div border color is #d3254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3254a


Comments

No comments written yet.

Please login to write comment.