Color Hex Logo

#d683cb Color Hex

#D683CB
(214,131,203)
0 Favorites   0 Comments

Color spaces of #d683cb

RGB 214131203
HSL0.860.500.68
HSV308°39°84°
CMYK 0.000.390.05   0.16
XYZ46.627334.840560.7673
Yxy34.84050.32780.2450
Hunter Lab59.025837.7104-19.7212
CIE-Lab65.624342.5109-23.9329

#d683cb color RGB value is (214,131,203).

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

The process color (four color CMYK) of #d683cb color hex is 0.00, 0.39, 0.05, 0.16. Web safe color of #d683cb is #cc99cc. Color #d683cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11001011
Octal 326 203 313
Decimal 214 131 203
Hex D6 83 CB

RGB Percentages of Color #d683cb

%39.05
%23.91
%37.04

CMYK Percentages of Color #d683cb

%0
%39
%5
%16

Triadic Colors of #d683cb

#d683cb #cbd683 #83cbd6

Analogous Colors of #d683cb

#d683cb #d683a2 #b883d6

Monochromatic Colors of #d683cb

#d683cb

Complementary Color

#d683cb #83d68e

#d683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683cb Color CSS Codes

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

#d683cb Text Font Color

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

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


#d683cb Background Color

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

This div background color is #d683cb


#d683cb Border Color

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

This div border color is #d683cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683cb


Comments

No comments written yet.

Please login to write comment.