Color Hex Logo

#da85cb Color Hex

#DA85CB
(218,133,203)
0 Favorites   0 Comments

Color spaces of #da85cb

RGB 218133203
HSL0.860.530.69
HSV311°39°85°
CMYK 0.000.390.07   0.15
XYZ48.080535.992360.9130
Yxy35.99230.33160.2482
Hunter Lab59.993638.0660-18.2031
CIE-Lab66.514042.7307-22.5304

#da85cb color RGB value is (218,133,203).

#da85cb hex color red value is 218, green value is 133 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da85cb hue: 0.86 , saturation: 0.53 and the lightness value of da85cb is 0.69.

The process color (four color CMYK) of #da85cb color hex is 0.00, 0.39, 0.07, 0.15. Web safe color of #da85cb is #cc99cc. Color #da85cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000101 11001011
Octal 332 205 313
Decimal 218 133 203
Hex DA 85 CB

RGB Percentages of Color #da85cb

%39.35
%24.01
%36.64

CMYK Percentages of Color #da85cb

%0
%39
%7
%15

Triadic Colors of #da85cb

#da85cb #cbda85 #85cbda

Analogous Colors of #da85cb

#da85cb #da85a1 #bf85da

Monochromatic Colors of #da85cb

#da85cb

Complementary Color

#da85cb #85da94

#da85cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da85cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da85cb Color CSS Codes

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

#da85cb Text Font Color

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

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


#da85cb Background Color

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

This div background color is #da85cb


#da85cb Border Color

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

This div border color is #da85cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da85cb


Comments

No comments written yet.

Please login to write comment.