Color Hex Logo

#d3225b Color Hex

#D3225B
(211,34,91)
0 Favorites   0 Comments

Color spaces of #d3225b

RGB 2113491
HSL0.950.720.48
HSV341°84°83°
CMYK 0.000.840.57   0.17
XYZ29.324315.748311.3917
Yxy15.74830.51930.2789
Hunter Lab39.684162.454110.7591
CIE-Lab46.642567.846313.7634

#d3225b color RGB value is (211,34,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100010 01011011
Octal 323 42 133
Decimal 211 34 91
Hex D3 22 5B

RGB Percentages of Color #d3225b

%62.80
%10.12
%27.08

CMYK Percentages of Color #d3225b

%0
%84
%57
%17

Triadic Colors of #d3225b

#d3225b #5bd322 #225bd3

Analogous Colors of #d3225b

#d3225b #d34122 #d322b4

Monochromatic Colors of #d3225b

#d3225b

Complementary Color

#d3225b #22d39a

#d3225b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3225b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3225b Color CSS Codes

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

#d3225b Text Font Color

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

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


#d3225b Background Color

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

This div background color is #d3225b


#d3225b Border Color

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

This div border color is #d3225b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3225b


Comments

No comments written yet.

Please login to write comment.