Color Hex Logo

#da055b Color Hex

#DA055B
(218,5,91)
0 Favorites   0 Comments

Color spaces of #da055b

RGB 218591
HSL0.930.960.44
HSV336°98°85°
CMYK 0.000.980.58   0.15
XYZ30.856015.769311.3150
Yxy15.76930.53250.2722
Hunter Lab39.710669.204910.9035
CIE-Lab46.670473.509214.0234

#da055b color RGB value is (218,5,91).

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

The process color (four color CMYK) of #da055b color hex is 0.00, 0.98, 0.58, 0.15. Web safe color of #da055b is #cc0066. Color #da055b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000101 01011011
Octal 332 5 133
Decimal 218 5 91
Hex DA 5 5B

RGB Percentages of Color #da055b

%69.43
%1.59
%28.98

CMYK Percentages of Color #da055b

%0
%98
%58
%15

Triadic Colors of #da055b

#da055b #5bda05 #055bda

Analogous Colors of #da055b

#da055b #da1a05 #da05c6

Monochromatic Colors of #da055b

#da055b

Complementary Color

#da055b #05da84

#da055b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da055b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da055b Color CSS Codes

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

#da055b Text Font Color

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

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


#da055b Background Color

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

This div background color is #da055b


#da055b Border Color

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

This div border color is #da055b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da055b


Comments

No comments written yet.

Please login to write comment.