Color Hex Logo

#d056cb Color Hex

#D056CB
(208,86,203)
0 Favorites   0 Comments

Color spaces of #d056cb

RGB 20886203
HSL0.840.560.58
HSV302°59°82°
CMYK 0.000.590.02   0.18
XYZ40.119724.377359.0907
Yxy24.37730.32460.1972
Hunter Lab49.373458.6417-36.3977
CIE-Lab56.463662.7247-38.1987

#d056cb color RGB value is (208,86,203).

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

The process color (four color CMYK) of #d056cb color hex is 0.00, 0.59, 0.02, 0.18. Web safe color of #d056cb is #cc66cc. Color #d056cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 11001011
Octal 320 126 313
Decimal 208 86 203
Hex D0 56 CB

RGB Percentages of Color #d056cb

%41.85
%17.30
%40.85

CMYK Percentages of Color #d056cb

%0
%59
%2
%18

Triadic Colors of #d056cb

#d056cb #cbd056 #56cbd0

Analogous Colors of #d056cb

#d056cb #d0568e #9856d0

Monochromatic Colors of #d056cb

#d056cb

Complementary Color

#d056cb #56d05b

#d056cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056cb Color CSS Codes

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

#d056cb Text Font Color

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

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


#d056cb Background Color

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

This div background color is #d056cb


#d056cb Border Color

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

This div border color is #d056cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056cb


Comments

No comments written yet.

Please login to write comment.