Color Hex Logo

#d7368e Color Hex

#D7368E
(215,54,142)
0 Favorites   0 Comments

Color spaces of #d7368e

RGB 21554142
HSL0.910.670.53
HSV327°75°84°
CMYK 0.000.750.34   0.16
XYZ34.226019.038427.4621
Yxy19.03840.42400.2358
Hunter Lab43.633063.6587-6.7733
CIE-Lab50.732168.0824-11.3080

#d7368e color RGB value is (215,54,142).

#d7368e hex color red value is 215, green value is 54 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d7368e hue: 0.91 , saturation: 0.67 and the lightness value of d7368e is 0.53.

The process color (four color CMYK) of #d7368e color hex is 0.00, 0.75, 0.34, 0.16. Web safe color of #d7368e is #cc3399. Color #d7368e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110110 10001110
Octal 327 66 216
Decimal 215 54 142
Hex D7 36 8E

RGB Percentages of Color #d7368e

%52.31
%13.14
%34.55

CMYK Percentages of Color #d7368e

%0
%75
%34
%16

Triadic Colors of #d7368e

#d7368e #8ed736 #368ed7

Analogous Colors of #d7368e

#d7368e #d7363e #d036d7

Monochromatic Colors of #d7368e

#d7368e

Complementary Color

#d7368e #36d77f

#d7368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7368e Color CSS Codes

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

#d7368e Text Font Color

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

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


#d7368e Background Color

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

This div background color is #d7368e


#d7368e Border Color

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

This div border color is #d7368e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7368e


Comments

No comments written yet.

Please login to write comment.