Color Hex Logo

#dc67ba Color Hex

#DC67BA
(220,103,186)
0 Favorites   0 Comments

Color spaces of #dc67ba

RGB 220103186
HSL0.880.630.63
HSV317°53°86°
CMYK 0.000.530.15   0.14
XYZ43.228428.461349.6696
Yxy28.46130.35620.2345
Hunter Lab53.349151.2762-17.8563
CIE-Lab60.303255.6221-22.4023

#dc67ba color RGB value is (220,103,186).

#dc67ba hex color red value is 220, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc67ba hue: 0.88 , saturation: 0.63 and the lightness value of dc67ba is 0.63.

The process color (four color CMYK) of #dc67ba color hex is 0.00, 0.53, 0.15, 0.14. Web safe color of #dc67ba is #cc66cc. Color #dc67ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10111010
Octal 334 147 272
Decimal 220 103 186
Hex DC 67 BA

RGB Percentages of Color #dc67ba

%43.22
%20.24
%36.54

CMYK Percentages of Color #dc67ba

%0
%53
%15
%14

Triadic Colors of #dc67ba

#dc67ba #badc67 #67badc

Analogous Colors of #dc67ba

#dc67ba #dc6780 #c467dc

Monochromatic Colors of #dc67ba

#dc67ba

Complementary Color

#dc67ba #67dc89

#dc67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc67ba Color CSS Codes

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

#dc67ba Text Font Color

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

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


#dc67ba Background Color

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

This div background color is #dc67ba


#dc67ba Border Color

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

This div border color is #dc67ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,103,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc67ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc67ba;
  -webkit-box-shadow: 1px 1px 3px 2px #dc67ba;
  box-shadow:         1px 1px 3px 2px #dc67ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,103,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc67ba


Comments

No comments written yet.

Please login to write comment.