Color Hex Logo

#d52334 Color Hex

#D52334
(213,35,52)
0 Favorites   0 Comments

Color spaces of #d52334

RGB 2133552
HSL0.980.720.49
HSV354°84°84°
CMYK 0.000.840.76   0.16
XYZ28.661415.59614.7485
Yxy15.59610.58490.3182
Hunter Lab39.491960.436320.5153
CIE-Lab46.440166.153737.2570

#d52334 color RGB value is (213,35,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100011 00110100
Octal 325 43 64
Decimal 213 35 52
Hex D5 23 34

RGB Percentages of Color #d52334

%71.00
%11.67
%17.33

CMYK Percentages of Color #d52334

%0
%84
%76
%16

Triadic Colors of #d52334

#d52334 #34d523 #2334d5

Analogous Colors of #d52334

#d52334 #d56b23 #d5238d

Monochromatic Colors of #d52334

#d52334

Complementary Color

#d52334 #23d5c4

#d52334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52334 Color CSS Codes

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

#d52334 Text Font Color

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

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


#d52334 Background Color

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

This div background color is #d52334


#d52334 Border Color

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

This div border color is #d52334


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,35,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 #d52334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52334


Comments

No comments written yet.

Please login to write comment.