Color Hex Logo

#d049cb Color Hex

#D049CB
(208,73,203)
0 Favorites   0 Comments

Color spaces of #d049cb

RGB 20873203
HSL0.840.590.55
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ39.174522.486858.7756
Yxy22.48680.32530.1867
Hunter Lab47.420264.4758-40.2935
CIE-Lab54.539768.0483-41.2252

#d049cb color RGB value is (208,73,203).

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

The process color (four color CMYK) of #d049cb color hex is 0.00, 0.65, 0.02, 0.18. Web safe color of #d049cb is #cc33cc. Color #d049cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 11001011
Octal 320 111 313
Decimal 208 73 203
Hex D0 49 CB

RGB Percentages of Color #d049cb

%42.98
%15.08
%41.94

CMYK Percentages of Color #d049cb

%0
%65
%2
%18

Triadic Colors of #d049cb

#d049cb #cbd049 #49cbd0

Analogous Colors of #d049cb

#d049cb #d04988 #9249d0

Monochromatic Colors of #d049cb

#d049cb

Complementary Color

#d049cb #49d04e

#d049cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d049cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d049cb Color CSS Codes

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

#d049cb Text Font Color

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

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


#d049cb Background Color

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

This div background color is #d049cb


#d049cb Border Color

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

This div border color is #d049cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d049cb


Comments

No comments written yet.

Please login to write comment.