Color Hex Logo

#d63cbb Color Hex

#D63CBB
(214,60,187)
0 Favorites   0 Comments

Color spaces of #d63cbb

RGB 21460187
HSL0.860.650.54
HSV311°72°84°
CMYK 0.000.720.13   0.16
XYZ38.317121.115749.0699
Yxy21.11570.35310.1946
Hunter Lab45.951868.4272-31.1469
CIE-Lab53.075971.6233-34.2411

#d63cbb color RGB value is (214,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 10111011
Octal 326 74 273
Decimal 214 60 187
Hex D6 3C BB

RGB Percentages of Color #d63cbb

%46.42
%13.02
%40.56

CMYK Percentages of Color #d63cbb

%0
%72
%13
%16

Triadic Colors of #d63cbb

#d63cbb #bbd63c #3cbbd6

Analogous Colors of #d63cbb

#d63cbb #d63c6e #a43cd6

Monochromatic Colors of #d63cbb

#d63cbb

Complementary Color

#d63cbb #3cd657

#d63cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63cbb Color CSS Codes

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

#d63cbb Text Font Color

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

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


#d63cbb Background Color

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

This div background color is #d63cbb


#d63cbb Border Color

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

This div border color is #d63cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63cbb


Comments

No comments written yet.

Please login to write comment.