Color Hex Logo

#da08bd Color Hex

#DA08BD
(218,8,189)
0 Favorites   0 Comments

Color spaces of #da08bd

RGB 2188189
HSL0.860.930.44
HSV308°96°85°
CMYK 0.000.960.13   0.15
XYZ38.185618.753249.7512
Yxy18.75320.35790.1758
Hunter Lab43.305081.6147-37.8022
CIE-Lab50.397282.7463-39.5660

#da08bd color RGB value is (218,8,189).

#da08bd hex color red value is 218, green value is 8 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da08bd hue: 0.86 , saturation: 0.93 and the lightness value of da08bd is 0.44.

The process color (four color CMYK) of #da08bd color hex is 0.00, 0.96, 0.13, 0.15. Web safe color of #da08bd is #cc00cc. Color #da08bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10111101
Octal 332 10 275
Decimal 218 8 189
Hex DA 8 BD

RGB Percentages of Color #da08bd

%52.53
%1.93
%45.54

CMYK Percentages of Color #da08bd

%0
%96
%13
%15

Triadic Colors of #da08bd

#da08bd #bdda08 #08bdda

Analogous Colors of #da08bd

#da08bd #da0854 #8e08da

Monochromatic Colors of #da08bd

#da08bd

Complementary Color

#da08bd #08da25

#da08bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08bd Color CSS Codes

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

#da08bd Text Font Color

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

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


#da08bd Background Color

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

This div background color is #da08bd


#da08bd Border Color

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

This div border color is #da08bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08bd


Comments

No comments written yet.

Please login to write comment.