Color Hex Logo

#d726cb Color Hex

#D726CB
(215,38,203)
0 Favorites   0 Comments

Color spaces of #d726cb

RGB 21538203
HSL0.840.700.50
HSV304°82°84°
CMYK 0.000.820.06   0.16
XYZ39.496920.145158.3066
Yxy20.14510.33490.1708
Hunter Lab44.883378.5327-45.6036
CIE-Lab52.000980.0097-45.1683

#d726cb color RGB value is (215,38,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 11001011
Octal 327 46 313
Decimal 215 38 203
Hex D7 26 CB

RGB Percentages of Color #d726cb

%47.15
%8.33
%44.52

CMYK Percentages of Color #d726cb

%0
%82
%6
%16

Triadic Colors of #d726cb

#d726cb #cbd726 #26cbd7

Analogous Colors of #d726cb

#d726cb #d72673 #8b26d7

Monochromatic Colors of #d726cb

#d726cb

Complementary Color

#d726cb #26d732

#d726cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d726cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d726cb Color CSS Codes

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

#d726cb Text Font Color

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

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


#d726cb Background Color

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

This div background color is #d726cb


#d726cb Border Color

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

This div border color is #d726cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,38,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 #d726cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d726cb


Comments

No comments written yet.

Please login to write comment.