Color Hex Logo

#d728cb Color Hex

#D728CB
(215,40,203)
0 Favorites   0 Comments

Color spaces of #d728cb

RGB 21540203
HSL0.840.690.50
HSV304°81°84°
CMYK 0.000.810.06   0.16
XYZ39.562620.276558.3285
Yxy20.27650.33480.1716
Hunter Lab45.029478.0276-45.2802
CIE-Lab52.148479.5805-44.9343

#d728cb color RGB value is (215,40,203).

#d728cb hex color red value is 215, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d728cb hue: 0.84 , saturation: 0.69 and the lightness value of d728cb is 0.50.

The process color (four color CMYK) of #d728cb color hex is 0.00, 0.81, 0.06, 0.16. Web safe color of #d728cb is #cc33cc. Color #d728cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101000 11001011
Octal 327 50 313
Decimal 215 40 203
Hex D7 28 CB

RGB Percentages of Color #d728cb

%46.94
%8.73
%44.32

CMYK Percentages of Color #d728cb

%0
%81
%6
%16

Triadic Colors of #d728cb

#d728cb #cbd728 #28cbd7

Analogous Colors of #d728cb

#d728cb #d72874 #8c28d7

Monochromatic Colors of #d728cb

#d728cb

Complementary Color

#d728cb #28d734

#d728cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d728cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d728cb Color CSS Codes

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

#d728cb Text Font Color

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

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


#d728cb Background Color

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

This div background color is #d728cb


#d728cb Border Color

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

This div border color is #d728cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d728cb


Comments

No comments written yet.

Please login to write comment.