Color Hex Logo

#da277b Color Hex

#DA277B
(218,39,123)
0 Favorites   0 Comments

Color spaces of #da277b

RGB 21839123
HSL0.920.710.50
HSV332°82°85°
CMYK 0.000.820.44   0.15
XYZ33.214117.786520.4215
Yxy17.78650.46500.2490
Hunter Lab42.174066.77280.8124
CIE-Lab49.236170.9898-2.0064

#da277b color RGB value is (218,39,123).

#da277b hex color red value is 218, green value is 39 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #da277b hue: 0.92 , saturation: 0.71 and the lightness value of da277b is 0.50.

The process color (four color CMYK) of #da277b color hex is 0.00, 0.82, 0.44, 0.15. Web safe color of #da277b is #cc3366. Color #da277b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 01111011
Octal 332 47 173
Decimal 218 39 123
Hex DA 27 7B

RGB Percentages of Color #da277b

%57.37
%10.26
%32.37

CMYK Percentages of Color #da277b

%0
%82
%44
%15

Triadic Colors of #da277b

#da277b #7bda27 #277bda

Analogous Colors of #da277b

#da277b #da2d27 #da27d5

Monochromatic Colors of #da277b

#da277b

Complementary Color

#da277b #27da86

#da277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da277b Color CSS Codes

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

#da277b Text Font Color

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

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


#da277b Background Color

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

This div background color is #da277b


#da277b Border Color

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

This div border color is #da277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da277b


Comments

No comments written yet.

Please login to write comment.