Color Hex Logo

#da58cb Color Hex

#DA58CB
(218,88,203)
0 Favorites   0 Comments

Color spaces of #da58cb

RGB 21888203
HSL0.850.640.60
HSV307°60°85°
CMYK 0.000.600.07   0.15
XYZ43.182726.196759.2804
Yxy26.19670.33560.2036
Hunter Lab51.182761.0302-32.8425
CIE-Lab58.223364.4518-35.3392

#da58cb color RGB value is (218,88,203).

#da58cb hex color red value is 218, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da58cb hue: 0.85 , saturation: 0.64 and the lightness value of da58cb is 0.60.

The process color (four color CMYK) of #da58cb color hex is 0.00, 0.60, 0.07, 0.15. Web safe color of #da58cb is #cc66cc. Color #da58cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 11001011
Octal 332 130 313
Decimal 218 88 203
Hex DA 58 CB

RGB Percentages of Color #da58cb

%42.83
%17.29
%39.88

CMYK Percentages of Color #da58cb

%0
%60
%7
%15

Triadic Colors of #da58cb

#da58cb #cbda58 #58cbda

Analogous Colors of #da58cb

#da58cb #da588a #a858da

Monochromatic Colors of #da58cb

#da58cb

Complementary Color

#da58cb #58da67

#da58cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58cb Color CSS Codes

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

#da58cb Text Font Color

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

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


#da58cb Background Color

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

This div background color is #da58cb


#da58cb Border Color

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

This div border color is #da58cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58cb


Comments

No comments written yet.

Please login to write comment.