Color Hex Logo

#da20cb Color Hex

#DA20CB
(218,32,203)
0 Favorites   0 Comments

Color spaces of #da20cb

RGB 21832203
HSL0.850.740.49
HSV305°85°85°
CMYK 0.000.850.07   0.15
XYZ40.209420.250258.2893
Yxy20.25020.33860.1705
Hunter Lab45.000280.7461-45.2989
CIE-Lab52.118981.7311-44.9487

#da20cb color RGB value is (218,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100000 11001011
Octal 332 40 313
Decimal 218 32 203
Hex DA 20 CB

RGB Percentages of Color #da20cb

%48.12
%7.06
%44.81

CMYK Percentages of Color #da20cb

%0
%85
%7
%15

Triadic Colors of #da20cb

#da20cb #cbda20 #20cbda

Analogous Colors of #da20cb

#da20cb #da206e #8c20da

Monochromatic Colors of #da20cb

#da20cb

Complementary Color

#da20cb #20da2f

#da20cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da20cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da20cb Color CSS Codes

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

#da20cb Text Font Color

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

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


#da20cb Background Color

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

This div background color is #da20cb


#da20cb Border Color

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

This div border color is #da20cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da20cb


Comments

No comments written yet.

Please login to write comment.