Color Hex Logo

#d63cbd Color Hex

#D63CBD
(214,60,189)
0 Favorites   0 Comments

Color spaces of #d63cbd

RGB 21460189
HSL0.860.650.54
HSV310°72°84°
CMYK 0.000.720.12   0.16
XYZ38.532721.202050.2056
Yxy21.20200.35050.1929
Hunter Lab46.045668.7956-32.4146
CIE-Lab53.169971.9097-35.2531

#d63cbd color RGB value is (214,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 10111101
Octal 326 74 275
Decimal 214 60 189
Hex D6 3C BD

RGB Percentages of Color #d63cbd

%46.22
%12.96
%40.82

CMYK Percentages of Color #d63cbd

%0
%72
%12
%16

Triadic Colors of #d63cbd

#d63cbd #bdd63c #3cbdd6

Analogous Colors of #d63cbd

#d63cbd #d63c70 #a23cd6

Monochromatic Colors of #d63cbd

#d63cbd

Complementary Color

#d63cbd #3cd655

#d63cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63cbd Color CSS Codes

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

#d63cbd Text Font Color

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

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


#d63cbd Background Color

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

This div background color is #d63cbd


#d63cbd Border Color

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

This div border color is #d63cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63cbd


Comments

No comments written yet.

Please login to write comment.