Color Hex Logo

#da27b8 Color Hex

#DA27B8
(218,39,184)
0 Favorites   0 Comments

Color spaces of #da27b8

RGB 21839184
HSL0.860.710.50
HSV311°82°85°
CMYK 0.000.820.16   0.15
XYZ38.290719.817247.1543
Yxy19.81720.36380.1883
Hunter Lab44.516575.6322-31.6416
CIE-Lab51.629977.7711-34.7123

#da27b8 color RGB value is (218,39,184).

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

The process color (four color CMYK) of #da27b8 color hex is 0.00, 0.82, 0.16, 0.15. Web safe color of #da27b8 is #cc33cc. Color #da27b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 10111000
Octal 332 47 270
Decimal 218 39 184
Hex DA 27 B8

RGB Percentages of Color #da27b8

%49.43
%8.84
%41.72

CMYK Percentages of Color #da27b8

%0
%82
%16
%15

Triadic Colors of #da27b8

#da27b8 #b8da27 #27b8da

Analogous Colors of #da27b8

#da27b8 #da275e #a327da

Monochromatic Colors of #da27b8

#da27b8

Complementary Color

#da27b8 #27da49

#da27b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da27b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da27b8 Color CSS Codes

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

#da27b8 Text Font Color

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

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


#da27b8 Background Color

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

This div background color is #da27b8


#da27b8 Border Color

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

This div border color is #da27b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da27b8


Comments

No comments written yet.

Please login to write comment.