Color Hex Logo

#d605bc Color Hex

#D605BC
(214,5,188)
0 Favorites   0 Comments

Color spaces of #d605bc

RGB 2145188
HSL0.850.950.43
HSV307°98°84°
CMYK 0.000.980.12   0.16
XYZ36.862918.035549.1153
Yxy18.03550.35440.1734
Hunter Lab42.468280.6206-38.8422
CIE-Lab49.539182.1348-40.3863

#d605bc color RGB value is (214,5,188).

#d605bc hex color red value is 214, green value is 5 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d605bc hue: 0.85 , saturation: 0.95 and the lightness value of d605bc is 0.43.

The process color (four color CMYK) of #d605bc color hex is 0.00, 0.98, 0.12, 0.16. Web safe color of #d605bc is #cc00cc. Color #d605bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 10111100
Octal 326 5 274
Decimal 214 5 188
Hex D6 5 BC

RGB Percentages of Color #d605bc

%52.58
%1.23
%46.19

CMYK Percentages of Color #d605bc

%0
%98
%12
%16

Triadic Colors of #d605bc

#d605bc #bcd605 #05bcd6

Analogous Colors of #d605bc

#d605bc #d60553 #8805d6

Monochromatic Colors of #d605bc

#d605bc

Complementary Color

#d605bc #05d61f

#d605bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d605bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d605bc Color CSS Codes

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

#d605bc Text Font Color

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

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


#d605bc Background Color

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

This div background color is #d605bc


#d605bc Border Color

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

This div border color is #d605bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d605bc


Comments

No comments written yet.

Please login to write comment.