Color Hex Logo

#d7267b Color Hex

#D7267B
(215,38,123)
0 Favorites   0 Comments

Color spaces of #d7267b

RGB 21538123
HSL0.920.700.50
HSV331°82°84°
CMYK 0.000.820.43   0.16
XYZ32.292617.263420.3690
Yxy17.26340.46180.2469
Hunter Lab41.549266.02130.0183
CIE-Lab48.590270.4863-3.0219

#d7267b color RGB value is (215,38,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 01111011
Octal 327 46 173
Decimal 215 38 123
Hex D7 26 7B

RGB Percentages of Color #d7267b

%57.18
%10.11
%32.71

CMYK Percentages of Color #d7267b

%0
%82
%43
%16

Triadic Colors of #d7267b

#d7267b #7bd726 #267bd7

Analogous Colors of #d7267b

#d7267b #d72a26 #d726d4

Monochromatic Colors of #d7267b

#d7267b

Complementary Color

#d7267b #26d782

#d7267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7267b Color CSS Codes

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

#d7267b Text Font Color

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

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


#d7267b Background Color

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

This div background color is #d7267b


#d7267b Border Color

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

This div border color is #d7267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7267b


Comments

No comments written yet.

Please login to write comment.