Color Hex Logo

#da31be Color Hex

#DA31BE
(218,49,190)
0 Favorites   0 Comments

Color spaces of #da31be

RGB 21849190
HSL0.860.700.52
HSV310°78°85°
CMYK 0.000.780.13   0.15
XYZ39.306020.819850.6622
Yxy20.81980.35480.1879
Hunter Lab45.628773.9152-33.8904
CIE-Lab52.751776.1712-36.4410

#da31be color RGB value is (218,49,190).

#da31be hex color red value is 218, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da31be hue: 0.86 , saturation: 0.70 and the lightness value of da31be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10111110
Octal 332 61 276
Decimal 218 49 190
Hex DA 31 BE

RGB Percentages of Color #da31be

%47.70
%10.72
%41.58

CMYK Percentages of Color #da31be

%0
%78
%13
%15

Triadic Colors of #da31be

#da31be #beda31 #31beda

Analogous Colors of #da31be

#da31be #da316a #a231da

Monochromatic Colors of #da31be

#da31be

Complementary Color

#da31be #31da4d

#da31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31be Color CSS Codes

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

#da31be Text Font Color

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

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


#da31be Background Color

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

This div background color is #da31be


#da31be Border Color

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

This div border color is #da31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31be


Comments

No comments written yet.

Please login to write comment.