Color Hex Logo

#d04fcb Color Hex

#D04FCB
(208,79,203)
0 Favorites   0 Comments

Color spaces of #d04fcb

RGB 20879203
HSL0.840.580.56
HSV302°62°82°
CMYK 0.000.620.02   0.18
XYZ39.587923.313758.9134
Yxy23.31370.32500.1914
Hunter Lab48.284361.8533-38.5429
CIE-Lab55.394065.6704-39.8795

#d04fcb color RGB value is (208,79,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 11001011
Octal 320 117 313
Decimal 208 79 203
Hex D0 4F CB

RGB Percentages of Color #d04fcb

%42.45
%16.12
%41.43

CMYK Percentages of Color #d04fcb

%0
%62
%2
%18

Triadic Colors of #d04fcb

#d04fcb #cbd04f #4fcbd0

Analogous Colors of #d04fcb

#d04fcb #d04f8b #954fd0

Monochromatic Colors of #d04fcb

#d04fcb

Complementary Color

#d04fcb #4fd054

#d04fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04fcb Color CSS Codes

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

#d04fcb Text Font Color

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

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


#d04fcb Background Color

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

This div background color is #d04fcb


#d04fcb Border Color

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

This div border color is #d04fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04fcb


Comments

No comments written yet.

Please login to write comment.