Color Hex Logo

#d061cb Color Hex

#D061CB
(208,97,203)
0 Favorites   0 Comments

Color spaces of #d061cb

RGB 20897203
HSL0.840.540.60
HSV303°53°82°
CMYK 0.000.530.02   0.18
XYZ41.066626.271159.4063
Yxy26.27110.32400.2073
Hunter Lab51.255353.3202-32.8399
CIE-Lab58.293557.7651-35.3337

#d061cb color RGB value is (208,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 11001011
Octal 320 141 313
Decimal 208 97 203
Hex D0 61 CB

RGB Percentages of Color #d061cb

%40.94
%19.09
%39.96

CMYK Percentages of Color #d061cb

%0
%53
%2
%18

Triadic Colors of #d061cb

#d061cb #cbd061 #61cbd0

Analogous Colors of #d061cb

#d061cb #d06194 #9e61d0

Monochromatic Colors of #d061cb

#d061cb

Complementary Color

#d061cb #61d066

#d061cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061cb Color CSS Codes

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

#d061cb Text Font Color

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

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


#d061cb Background Color

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

This div background color is #d061cb


#d061cb Border Color

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

This div border color is #d061cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061cb


Comments

No comments written yet.

Please login to write comment.