Color Hex Logo

#d63bcb Color Hex

#D63BCB
(214,59,203)
0 Favorites   0 Comments

Color spaces of #d63bcb

RGB 21459203
HSL0.850.650.54
HSV304°72°84°
CMYK 0.000.720.05   0.16
XYZ40.075021.735958.5832
Yxy21.73590.33290.1805
Hunter Lab46.621871.8464-41.8664
CIE-Lab53.745774.3006-42.4164

#d63bcb color RGB value is (214,59,203).

#d63bcb hex color red value is 214, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d63bcb hue: 0.85 , saturation: 0.65 and the lightness value of d63bcb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111011 11001011
Octal 326 73 313
Decimal 214 59 203
Hex D6 3B CB

RGB Percentages of Color #d63bcb

%44.96
%12.39
%42.65

CMYK Percentages of Color #d63bcb

%0
%72
%5
%16

Triadic Colors of #d63bcb

#d63bcb #cbd63b #3bcbd6

Analogous Colors of #d63bcb

#d63bcb #d63b7e #943bd6

Monochromatic Colors of #d63bcb

#d63bcb

Complementary Color

#d63bcb #3bd646

#d63bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63bcb Color CSS Codes

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

#d63bcb Text Font Color

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

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


#d63bcb Background Color

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

This div background color is #d63bcb


#d63bcb Border Color

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

This div border color is #d63bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63bcb


Comments

No comments written yet.

Please login to write comment.