Color Hex Logo

#d782cb Color Hex

#D782CB
(215,130,203)
0 Favorites   0 Comments

Color spaces of #d782cb

RGB 215130203
HSL0.860.520.68
HSV308°40°84°
CMYK 0.000.400.06   0.16
XYZ46.786534.724160.7364
Yxy34.72410.32890.2441
Hunter Lab58.927238.6014-19.8614
CIE-Lab65.533343.3515-24.0619

#d782cb color RGB value is (215,130,203).

#d782cb hex color red value is 215, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d782cb hue: 0.86 , saturation: 0.52 and the lightness value of d782cb is 0.68.

The process color (four color CMYK) of #d782cb color hex is 0.00, 0.40, 0.06, 0.16. Web safe color of #d782cb is #cc99cc. Color #d782cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 11001011
Octal 327 202 313
Decimal 215 130 203
Hex D7 82 CB

RGB Percentages of Color #d782cb

%39.23
%23.72
%37.04

CMYK Percentages of Color #d782cb

%0
%40
%6
%16

Triadic Colors of #d782cb

#d782cb #cbd782 #82cbd7

Analogous Colors of #d782cb

#d782cb #d782a1 #b982d7

Monochromatic Colors of #d782cb

#d782cb

Complementary Color

#d782cb #82d78e

#d782cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d782cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d782cb Color CSS Codes

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

#d782cb Text Font Color

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

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


#d782cb Background Color

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

This div background color is #d782cb


#d782cb Border Color

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

This div border color is #d782cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d782cb


Comments

No comments written yet.

Please login to write comment.