Color Hex Logo

#d5234f Color Hex

#D5234F
(213,35,79)
0 Favorites   0 Comments

Color spaces of #d5234f

RGB 2133579
HSL0.960.720.49
HSV345°84°84°
CMYK 0.000.840.63   0.16
XYZ29.452915.91278.9163
Yxy15.91270.54260.2931
Hunter Lab39.890761.984814.6711
CIE-Lab46.859767.403121.5285

#d5234f color RGB value is (213,35,79).

#d5234f hex color red value is 213, green value is 35 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d5234f hue: 0.96 , saturation: 0.72 and the lightness value of d5234f is 0.49.

The process color (four color CMYK) of #d5234f color hex is 0.00, 0.84, 0.63, 0.16. Web safe color of #d5234f is #cc3366. Color #d5234f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100011 01001111
Octal 325 43 117
Decimal 213 35 79
Hex D5 23 4F

RGB Percentages of Color #d5234f

%65.14
%10.70
%24.16

CMYK Percentages of Color #d5234f

%0
%84
%63
%16

Triadic Colors of #d5234f

#d5234f #4fd523 #234fd5

Analogous Colors of #d5234f

#d5234f #d55023 #d523a8

Monochromatic Colors of #d5234f

#d5234f

Complementary Color

#d5234f #23d5a9

#d5234f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5234f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5234f Color CSS Codes

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

#d5234f Text Font Color

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

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


#d5234f Background Color

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

This div background color is #d5234f


#d5234f Border Color

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

This div border color is #d5234f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,35,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5234f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5234f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5234f;
  box-shadow:         1px 1px 3px 2px #d5234f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,35,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5234f


Comments

No comments written yet.

Please login to write comment.