Color Hex Logo

#d085cb Color Hex

#D085CB
(208,133,203)
0 Favorites   0 Comments

Color spaces of #d085cb

RGB 208133203
HSL0.840.440.67
HSV304°36°82°
CMYK 0.000.360.02   0.18
XYZ45.179434.496860.7772
Yxy34.49680.32170.2456
Hunter Lab58.734034.5215-20.2388
CIE-Lab65.355039.5469-24.4062

#d085cb color RGB value is (208,133,203).

#d085cb hex color red value is 208, green value is 133 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d085cb hue: 0.84 , saturation: 0.44 and the lightness value of d085cb is 0.67.

The process color (four color CMYK) of #d085cb color hex is 0.00, 0.36, 0.02, 0.18. Web safe color of #d085cb is #cc99cc. Color #d085cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11001011
Octal 320 205 313
Decimal 208 133 203
Hex D0 85 CB

RGB Percentages of Color #d085cb

%38.24
%24.45
%37.32

CMYK Percentages of Color #d085cb

%0
%36
%2
%18

Triadic Colors of #d085cb

#d085cb #cbd085 #85cbd0

Analogous Colors of #d085cb

#d085cb #d085a6 #b085d0

Monochromatic Colors of #d085cb

#d085cb

Complementary Color

#d085cb #85d08a

#d085cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085cb Color CSS Codes

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

#d085cb Text Font Color

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

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


#d085cb Background Color

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

This div background color is #d085cb


#d085cb Border Color

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

This div border color is #d085cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085cb


Comments

No comments written yet.

Please login to write comment.