Color Hex Logo

#d3227d Color Hex

#D3227D
(211,34,125)
0 Favorites   0 Comments

Color spaces of #d3227d

RGB 21134125
HSL0.910.720.48
HSV329°84°83°
CMYK 0.000.840.41   0.17
XYZ31.137716.473620.9406
Yxy16.47360.45420.2403
Hunter Lab40.587765.9116-2.1784
CIE-Lab47.589870.5886-5.8068

#d3227d color RGB value is (211,34,125).

#d3227d hex color red value is 211, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d3227d hue: 0.91 , saturation: 0.72 and the lightness value of d3227d is 0.48.

The process color (four color CMYK) of #d3227d color hex is 0.00, 0.84, 0.41, 0.17. Web safe color of #d3227d is #cc3366. Color #d3227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100010 01111101
Octal 323 42 175
Decimal 211 34 125
Hex D3 22 7D

RGB Percentages of Color #d3227d

%57.03
%9.19
%33.78

CMYK Percentages of Color #d3227d

%0
%84
%41
%17

Triadic Colors of #d3227d

#d3227d #7dd322 #227dd3

Analogous Colors of #d3227d

#d3227d #d32224 #d122d3

Monochromatic Colors of #d3227d

#d3227d

Complementary Color

#d3227d #22d378

#d3227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3227d Color CSS Codes

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

#d3227d Text Font Color

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

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


#d3227d Background Color

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

This div background color is #d3227d


#d3227d Border Color

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

This div border color is #d3227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3227d


Comments

No comments written yet.

Please login to write comment.