Color Hex Logo

#da625b Color Hex

#DA625B
(218,98,91)
0 Favorites   0 Comments

Color spaces of #da625b

RGB 2189891
HSL0.010.630.61
HSV58°85°
CMYK 0.000.550.58   0.15
XYZ35.169524.396112.7528
Yxy24.39610.48630.3373
Hunter Lab49.392440.662919.2664
CIE-Lab56.482246.536627.1154

#da625b color RGB value is (218,98,91).

#da625b hex color red value is 218, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #da625b hue: 0.01 , saturation: 0.63 and the lightness value of da625b is 0.61.

The process color (four color CMYK) of #da625b color hex is 0.00, 0.55, 0.58, 0.15. Web safe color of #da625b is #cc6666. Color #da625b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01011011
Octal 332 142 133
Decimal 218 98 91
Hex DA 62 5B

RGB Percentages of Color #da625b

%53.56
%24.08
%22.36

CMYK Percentages of Color #da625b

%0
%55
%58
%15

Triadic Colors of #da625b

#da625b #5bda62 #625bda

Analogous Colors of #da625b

#da625b #daa25b #da5b94

Monochromatic Colors of #da625b

#da625b

Complementary Color

#da625b #5bd3da

#da625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da625b Color CSS Codes

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

#da625b Text Font Color

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

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


#da625b Background Color

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

This div background color is #da625b


#da625b Border Color

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

This div border color is #da625b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da625b


Comments

No comments written yet.

Please login to write comment.