Color Hex Logo

#d7248c Color Hex

#D7248C
(215,36,140)
0 Favorites   0 Comments

Color spaces of #d7248c

RGB 21536140
HSL0.900.710.49
HSV325°83°84°
CMYK 0.000.830.35   0.16
XYZ33.388817.602326.4487
Yxy17.60230.43120.2273
Hunter Lab41.955168.6329-8.0081
CIE-Lab49.010172.5803-12.7031

#d7248c color RGB value is (215,36,140).

#d7248c hex color red value is 215, green value is 36 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d7248c hue: 0.90 , saturation: 0.71 and the lightness value of d7248c is 0.49.

The process color (four color CMYK) of #d7248c color hex is 0.00, 0.83, 0.35, 0.16. Web safe color of #d7248c is #cc3399. Color #d7248c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 10001100
Octal 327 44 214
Decimal 215 36 140
Hex D7 24 8C

RGB Percentages of Color #d7248c

%54.99
%9.21
%35.81

CMYK Percentages of Color #d7248c

%0
%83
%35
%16

Triadic Colors of #d7248c

#d7248c #8cd724 #248cd7

Analogous Colors of #d7248c

#d7248c #d72433 #c924d7

Monochromatic Colors of #d7248c

#d7248c

Complementary Color

#d7248c #24d76f

#d7248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7248c Color CSS Codes

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

#d7248c Text Font Color

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

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


#d7248c Background Color

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

This div background color is #d7248c


#d7248c Border Color

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

This div border color is #d7248c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7248c


Comments

No comments written yet.

Please login to write comment.