Color Hex Logo

#d4254b Color Hex

#D4254B
(212,37,75)
0 Favorites   0 Comments

Color spaces of #d4254b

RGB 2123775
HSL0.960.700.49
HSV347°83°83°
CMYK 0.000.830.65   0.17
XYZ29.082915.82828.1789
Yxy15.82820.54780.2981
Hunter Lab39.784760.861715.6605
CIE-Lab46.748366.460823.7998

#d4254b color RGB value is (212,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100101 01001011
Octal 324 45 113
Decimal 212 37 75
Hex D4 25 4B

RGB Percentages of Color #d4254b

%65.43
%11.42
%23.15

CMYK Percentages of Color #d4254b

%0
%83
%65
%17

Triadic Colors of #d4254b

#d4254b #4bd425 #254bd4

Analogous Colors of #d4254b

#d4254b #d45725 #d425a3

Monochromatic Colors of #d4254b

#d4254b

Complementary Color

#d4254b #25d4ae

#d4254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4254b Color CSS Codes

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

#d4254b Text Font Color

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

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


#d4254b Background Color

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

This div background color is #d4254b


#d4254b Border Color

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

This div border color is #d4254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4254b


Comments

No comments written yet.

Please login to write comment.