Color Hex Logo

#da27ba Color Hex

#DA27BA
(218,39,186)
0 Favorites   0 Comments

Color spaces of #da27ba

RGB 21839186
HSL0.860.710.50
HSV311°82°85°
CMYK 0.000.820.15   0.15
XYZ38.501919.901648.2665
Yxy19.90160.36090.1866
Hunter Lab44.611275.9856-32.9202
CIE-Lab51.725878.0356-35.7275

#da27ba color RGB value is (218,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 10111010
Octal 332 47 272
Decimal 218 39 186
Hex DA 27 BA

RGB Percentages of Color #da27ba

%49.21
%8.80
%41.99

CMYK Percentages of Color #da27ba

%0
%82
%15
%15

Triadic Colors of #da27ba

#da27ba #bada27 #27bada

Analogous Colors of #da27ba

#da27ba #da2761 #a127da

Monochromatic Colors of #da27ba

#da27ba

Complementary Color

#da27ba #27da47

#da27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da27ba Color CSS Codes

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

#da27ba Text Font Color

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

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


#da27ba Background Color

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

This div background color is #da27ba


#da27ba Border Color

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

This div border color is #da27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da27ba


Comments

No comments written yet.

Please login to write comment.