Color Hex Logo

#d61bce Color Hex

#D61BCE
(214,27,206)
0 Favorites   0 Comments

Color spaces of #d61bce

RGB 21427206
HSL0.840.780.47
HSV303°87°84°
CMYK 0.000.870.04   0.16
XYZ39.264119.536260.0939
Yxy19.53620.33020.1643
Hunter Lab44.199881.2178-49.6707
CIE-Lab51.308782.2585-48.0045

#d61bce color RGB value is (214,27,206).

#d61bce hex color red value is 214, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d61bce hue: 0.84 , saturation: 0.78 and the lightness value of d61bce is 0.47.

The process color (four color CMYK) of #d61bce color hex is 0.00, 0.87, 0.04, 0.16. Web safe color of #d61bce is #cc33cc. Color #d61bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11001110
Octal 326 33 316
Decimal 214 27 206
Hex D6 1B CE

RGB Percentages of Color #d61bce

%47.87
%6.04
%46.09

CMYK Percentages of Color #d61bce

%0
%87
%4
%16

Triadic Colors of #d61bce

#d61bce #ced61b #1bced6

Analogous Colors of #d61bce

#d61bce #d61b71 #811bd6

Monochromatic Colors of #d61bce

#d61bce

Complementary Color

#d61bce #1bd623

#d61bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bce Color CSS Codes

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

#d61bce Text Font Color

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

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


#d61bce Background Color

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

This div background color is #d61bce


#d61bce Border Color

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

This div border color is #d61bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bce


Comments

No comments written yet.

Please login to write comment.