Color Hex Logo

#d7266d Color Hex

#D7266D
(215,38,109)
0 Favorites   0 Comments

Color spaces of #d7266d

RGB 21538109
HSL0.930.700.50
HSV336°82°84°
CMYK 0.000.820.49   0.16
XYZ31.477816.937416.0782
Yxy16.93740.48810.2626
Hunter Lab41.155164.50585.6455
CIE-Lab48.181169.29054.9455

#d7266d color RGB value is (215,38,109).

#d7266d hex color red value is 215, green value is 38 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d7266d hue: 0.93 , saturation: 0.70 and the lightness value of d7266d is 0.50.

The process color (four color CMYK) of #d7266d color hex is 0.00, 0.82, 0.49, 0.16. Web safe color of #d7266d is #cc3366. Color #d7266d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 01101101
Octal 327 46 155
Decimal 215 38 109
Hex D7 26 6D

RGB Percentages of Color #d7266d

%59.39
%10.50
%30.11

CMYK Percentages of Color #d7266d

%0
%82
%49
%16

Triadic Colors of #d7266d

#d7266d #6dd726 #266dd7

Analogous Colors of #d7266d

#d7266d #d73726 #d726c6

Monochromatic Colors of #d7266d

#d7266d

Complementary Color

#d7266d #26d790

#d7266d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7266d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7266d Color CSS Codes

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

#d7266d Text Font Color

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

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


#d7266d Background Color

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

This div background color is #d7266d


#d7266d Border Color

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

This div border color is #d7266d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,38,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7266d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7266d;
  -webkit-box-shadow: 1px 1px 3px 2px #d7266d;
  box-shadow:         1px 1px 3px 2px #d7266d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,38,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7266d


Comments

No comments written yet.

Please login to write comment.