Color Hex Logo

#d048cb Color Hex

#D048CB
(208,72,203)
0 Favorites   0 Comments

Color spaces of #d048cb

RGB 20872203
HSL0.840.590.55
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ39.109322.356458.7538
Yxy22.35640.32530.1860
Hunter Lab47.282664.9000-40.5766
CIE-Lab54.403168.4306-41.4406

#d048cb color RGB value is (208,72,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 11001011
Octal 320 110 313
Decimal 208 72 203
Hex D0 48 CB

RGB Percentages of Color #d048cb

%43.06
%14.91
%42.03

CMYK Percentages of Color #d048cb

%0
%65
%2
%18

Triadic Colors of #d048cb

#d048cb #cbd048 #48cbd0

Analogous Colors of #d048cb

#d048cb #d04887 #9148d0

Monochromatic Colors of #d048cb

#d048cb

Complementary Color

#d048cb #48d04d

#d048cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d048cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d048cb Color CSS Codes

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

#d048cb Text Font Color

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

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


#d048cb Background Color

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

This div background color is #d048cb


#d048cb Border Color

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

This div border color is #d048cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d048cb


Comments

No comments written yet.

Please login to write comment.