Color Hex Logo

#da4cbc Color Hex

#DA4CBC
(218,76,188)
0 Favorites   0 Comments

Color spaces of #da4cbc

RGB 21876188
HSL0.870.660.58
HSV313°65°85°
CMYK 0.000.650.14   0.15
XYZ40.575023.705150.0140
Yxy23.70510.35500.2074
Hunter Lab48.687963.5527-26.8234
CIE-Lab55.791367.0359-30.5365

#da4cbc color RGB value is (218,76,188).

#da4cbc hex color red value is 218, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #da4cbc hue: 0.87 , saturation: 0.66 and the lightness value of da4cbc is 0.58.

The process color (four color CMYK) of #da4cbc color hex is 0.00, 0.65, 0.14, 0.15. Web safe color of #da4cbc is #cc33cc. Color #da4cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001100 10111100
Octal 332 114 274
Decimal 218 76 188
Hex DA 4C BC

RGB Percentages of Color #da4cbc

%45.23
%15.77
%39.00

CMYK Percentages of Color #da4cbc

%0
%65
%14
%15

Triadic Colors of #da4cbc

#da4cbc #bcda4c #4cbcda

Analogous Colors of #da4cbc

#da4cbc #da4c75 #b14cda

Monochromatic Colors of #da4cbc

#da4cbc

Complementary Color

#da4cbc #4cda6a

#da4cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4cbc Color CSS Codes

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

#da4cbc Text Font Color

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

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


#da4cbc Background Color

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

This div background color is #da4cbc


#da4cbc Border Color

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

This div border color is #da4cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4cbc


Comments

No comments written yet.

Please login to write comment.