Color Hex Logo

#d763cb Color Hex

#D763CB
(215,99,203)
0 Favorites   0 Comments

Color spaces of #d763cb

RGB 21599203
HSL0.850.590.62
HSV306°54°84°
CMYK 0.000.540.06   0.16
XYZ43.265727.682659.5628
Yxy27.68260.33150.2121
Hunter Lab52.614354.7090-30.2902
CIE-Lab59.600958.7599-33.2229

#d763cb color RGB value is (215,99,203).

#d763cb hex color red value is 215, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d763cb hue: 0.85 , saturation: 0.59 and the lightness value of d763cb is 0.62.

The process color (four color CMYK) of #d763cb color hex is 0.00, 0.54, 0.06, 0.16. Web safe color of #d763cb is #cc66cc. Color #d763cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 11001011
Octal 327 143 313
Decimal 215 99 203
Hex D7 63 CB

RGB Percentages of Color #d763cb

%41.59
%19.15
%39.26

CMYK Percentages of Color #d763cb

%0
%54
%6
%16

Triadic Colors of #d763cb

#d763cb #cbd763 #63cbd7

Analogous Colors of #d763cb

#d763cb #d76391 #a963d7

Monochromatic Colors of #d763cb

#d763cb

Complementary Color

#d763cb #63d76f

#d763cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d763cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d763cb Color CSS Codes

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

#d763cb Text Font Color

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

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


#d763cb Background Color

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

This div background color is #d763cb


#d763cb Border Color

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

This div border color is #d763cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d763cb


Comments

No comments written yet.

Please login to write comment.