Color Hex Logo

#da62bf Color Hex

#DA62BF
(218,98,191)
0 Favorites   0 Comments

Color spaces of #da62bf

RGB 21898191
HSL0.870.620.62
HSV314°55°85°
CMYK 0.000.550.12   0.15
XYZ42.685127.402452.3297
Yxy27.40240.34870.2238
Hunter Lab52.347353.9449-22.6270
CIE-Lab59.345058.1348-26.7554

#da62bf color RGB value is (218,98,191).

#da62bf hex color red value is 218, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #da62bf hue: 0.87 , saturation: 0.62 and the lightness value of da62bf is 0.62.

The process color (four color CMYK) of #da62bf color hex is 0.00, 0.55, 0.12, 0.15. Web safe color of #da62bf is #cc66cc. Color #da62bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10111111
Octal 332 142 277
Decimal 218 98 191
Hex DA 62 BF

RGB Percentages of Color #da62bf

%43.00
%19.33
%37.67

CMYK Percentages of Color #da62bf

%0
%55
%12
%15

Triadic Colors of #da62bf

#da62bf #bfda62 #62bfda

Analogous Colors of #da62bf

#da62bf #da6283 #b962da

Monochromatic Colors of #da62bf

#da62bf

Complementary Color

#da62bf #62da7d

#da62bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62bf Color CSS Codes

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

#da62bf Text Font Color

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

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


#da62bf Background Color

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

This div background color is #da62bf


#da62bf Border Color

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

This div border color is #da62bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62bf


Comments

No comments written yet.

Please login to write comment.