Color Hex Logo

#da127b Color Hex

#DA127B
(218,18,123)
0 Favorites   0 Comments

Color spaces of #da127b

RGB 21818123
HSL0.910.850.46
HSV329°92°85°
CMYK 0.000.920.44   0.15
XYZ32.704916.768120.2517
Yxy16.76810.46910.2405
Hunter Lab40.948970.9032-0.6583
CIE-Lab47.966574.6533-3.8773

#da127b color RGB value is (218,18,123).

#da127b hex color red value is 218, green value is 18 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #da127b hue: 0.91 , saturation: 0.85 and the lightness value of da127b is 0.46.

The process color (four color CMYK) of #da127b color hex is 0.00, 0.92, 0.44, 0.15. Web safe color of #da127b is #cc0066. Color #da127b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 01111011
Octal 332 22 173
Decimal 218 18 123
Hex DA 12 7B

RGB Percentages of Color #da127b

%60.72
%5.01
%34.26

CMYK Percentages of Color #da127b

%0
%92
%44
%15

Triadic Colors of #da127b

#da127b #7bda12 #127bda

Analogous Colors of #da127b

#da127b #da1217 #d512da

Monochromatic Colors of #da127b

#da127b

Complementary Color

#da127b #12da71

#da127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da127b Color CSS Codes

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

#da127b Text Font Color

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

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


#da127b Background Color

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

This div background color is #da127b


#da127b Border Color

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

This div border color is #da127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da127b


Comments

No comments written yet.

Please login to write comment.