Color Hex Logo

#d639bc Color Hex

#D639BC
(214,57,188)
0 Favorites   0 Comments

Color spaces of #d639bc

RGB 21457188
HSL0.860.660.53
HSV310°73°84°
CMYK 0.000.730.12   0.16
XYZ38.271820.853249.5849
Yxy20.85320.35210.1918
Hunter Lab45.665369.6854-32.4133
CIE-Lab52.788572.7166-35.2713

#d639bc color RGB value is (214,57,188).

#d639bc hex color red value is 214, green value is 57 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d639bc hue: 0.86 , saturation: 0.66 and the lightness value of d639bc is 0.53.

The process color (four color CMYK) of #d639bc color hex is 0.00, 0.73, 0.12, 0.16. Web safe color of #d639bc is #cc33cc. Color #d639bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111001 10111100
Octal 326 71 274
Decimal 214 57 188
Hex D6 39 BC

RGB Percentages of Color #d639bc

%46.62
%12.42
%40.96

CMYK Percentages of Color #d639bc

%0
%73
%12
%16

Triadic Colors of #d639bc

#d639bc #bcd639 #39bcd6

Analogous Colors of #d639bc

#d639bc #d6396e #a239d6

Monochromatic Colors of #d639bc

#d639bc

Complementary Color

#d639bc #39d653

#d639bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d639bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d639bc Color CSS Codes

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

#d639bc Text Font Color

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

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


#d639bc Background Color

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

This div background color is #d639bc


#d639bc Border Color

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

This div border color is #d639bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,57,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d639bc


Comments

No comments written yet.

Please login to write comment.