Color Hex Logo

#da53cb Color Hex

#DA53CB
(218,83,203)
0 Favorites   0 Comments

Color spaces of #da53cb

RGB 21883203
HSL0.850.650.59
HSV307°62°85°
CMYK 0.000.620.07   0.15
XYZ42.786225.403759.1482
Yxy25.40370.33600.1995
Hunter Lab50.402163.3245-34.2970
CIE-Lab57.466766.5330-36.5222

#da53cb color RGB value is (218,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11001011
Octal 332 123 313
Decimal 218 83 203
Hex DA 53 CB

RGB Percentages of Color #da53cb

%43.25
%16.47
%40.28

CMYK Percentages of Color #da53cb

%0
%62
%7
%15

Triadic Colors of #da53cb

#da53cb #cbda53 #53cbda

Analogous Colors of #da53cb

#da53cb #da5388 #a653da

Monochromatic Colors of #da53cb

#da53cb

Complementary Color

#da53cb #53da62

#da53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53cb Color CSS Codes

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

#da53cb Text Font Color

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

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


#da53cb Background Color

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

This div background color is #da53cb


#da53cb Border Color

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

This div border color is #da53cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,83,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 #da53cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53cb


Comments

No comments written yet.

Please login to write comment.