Color Hex Logo

#d54234 Color Hex

#D54234
(213,66,52)
0 Favorites   0 Comments

Color spaces of #d54234

RGB 2136652
HSL0.010.660.52
HSV76°84°
CMYK 0.000.690.76   0.16
XYZ30.008618.29055.1976
Yxy18.29050.56090.3419
Hunter Lab42.767450.405222.7316
CIE-Lab49.846656.643540.9774

#d54234 color RGB value is (213,66,52).

#d54234 hex color red value is 213, green value is 66 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d54234 hue: 0.01 , saturation: 0.66 and the lightness value of d54234 is 0.52.

The process color (four color CMYK) of #d54234 color hex is 0.00, 0.69, 0.76, 0.16. Web safe color of #d54234 is #cc3333. Color #d54234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 00110100
Octal 325 102 64
Decimal 213 66 52
Hex D5 42 34

RGB Percentages of Color #d54234

%64.35
%19.94
%15.71

CMYK Percentages of Color #d54234

%0
%69
%76
%16

Triadic Colors of #d54234

#d54234 #34d542 #4234d5

Analogous Colors of #d54234

#d54234 #d59334 #d53477

Monochromatic Colors of #d54234

#d54234

Complementary Color

#d54234 #34c7d5

#d54234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54234 Color CSS Codes

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

#d54234 Text Font Color

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

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


#d54234 Background Color

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

This div background color is #d54234


#d54234 Border Color

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

This div border color is #d54234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54234


Comments

No comments written yet.

Please login to write comment.