Color Hex Logo

#d61bcb Color Hex

#D61BCB
(214,27,203)
0 Favorites   0 Comments

Color spaces of #d61bcb

RGB 21427203
HSL0.840.780.47
HSV304°87°84°
CMYK 0.000.870.05   0.16
XYZ38.903019.391858.1925
Yxy19.39180.33400.1665
Hunter Lab44.036180.6297-47.5248
CIE-Lab51.142581.8300-46.5423

#d61bcb color RGB value is (214,27,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11001011
Octal 326 33 313
Decimal 214 27 203
Hex D6 1B CB

RGB Percentages of Color #d61bcb

%48.20
%6.08
%45.72

CMYK Percentages of Color #d61bcb

%0
%87
%5
%16

Triadic Colors of #d61bcb

#d61bcb #cbd61b #1bcbd6

Analogous Colors of #d61bcb

#d61bcb #d61b6e #841bd6

Monochromatic Colors of #d61bcb

#d61bcb

Complementary Color

#d61bcb #1bd626

#d61bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bcb Color CSS Codes

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

#d61bcb Text Font Color

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

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


#d61bcb Background Color

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

This div background color is #d61bcb


#d61bcb Border Color

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

This div border color is #d61bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bcb


Comments

No comments written yet.

Please login to write comment.