Color Hex Logo

#d631bc Color Hex

#D631BC
(214,49,188)
0 Favorites   0 Comments

Color spaces of #d631bc

RGB 21449188
HSL0.860.670.52
HSV309°77°84°
CMYK 0.000.770.12   0.16
XYZ37.907020.123649.4633
Yxy20.12360.35260.1872
Hunter Lab44.859372.3321-33.9735
CIE-Lab51.976775.0388-36.5450

#d631bc color RGB value is (214,49,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110001 10111100
Octal 326 61 274
Decimal 214 49 188
Hex D6 31 BC

RGB Percentages of Color #d631bc

%47.45
%10.86
%41.69

CMYK Percentages of Color #d631bc

%0
%77
%12
%16

Triadic Colors of #d631bc

#d631bc #bcd631 #31bcd6

Analogous Colors of #d631bc

#d631bc #d6316a #9e31d6

Monochromatic Colors of #d631bc

#d631bc

Complementary Color

#d631bc #31d64b

#d631bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d631bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d631bc Color CSS Codes

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

#d631bc Text Font Color

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

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


#d631bc Background Color

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

This div background color is #d631bc


#d631bc Border Color

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

This div border color is #d631bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d631bc


Comments

No comments written yet.

Please login to write comment.