Color Hex Logo

#da214b Color Hex

#DA214B
(218,33,75)
0 Favorites   0 Comments

Color spaces of #da214b

RGB 2183375
HSL0.960.740.49
HSV346°85°85°
CMYK 0.000.850.66   0.15
XYZ30.727316.50118.2221
Yxy16.50110.55410.2976
Hunter Lab40.621563.934816.4343
CIE-Lab47.625268.915225.1634

#da214b color RGB value is (218,33,75).

#da214b hex color red value is 218, green value is 33 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #da214b hue: 0.96 , saturation: 0.74 and the lightness value of da214b is 0.49.

The process color (four color CMYK) of #da214b color hex is 0.00, 0.85, 0.66, 0.15. Web safe color of #da214b is #cc3333. Color #da214b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 01001011
Octal 332 41 113
Decimal 218 33 75
Hex DA 21 4B

RGB Percentages of Color #da214b

%66.87
%10.12
%23.01

CMYK Percentages of Color #da214b

%0
%85
%66
%15

Triadic Colors of #da214b

#da214b #4bda21 #214bda

Analogous Colors of #da214b

#da214b #da5321 #da21a8

Monochromatic Colors of #da214b

#da214b

Complementary Color

#da214b #21dab0

#da214b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da214b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da214b Color CSS Codes

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

#da214b Text Font Color

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

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


#da214b Background Color

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

This div background color is #da214b


#da214b Border Color

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

This div border color is #da214b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da214b


Comments

No comments written yet.

Please login to write comment.