Color Hex Logo

#d01fcb Color Hex

#D01FCB
(208,31,203)
0 Favorites   0 Comments

Color spaces of #d01fcb

RGB 20831203
HSL0.840.740.47
HSV302°85°82°
CMYK 0.000.850.02   0.18
XYZ37.281918.701758.1447
Yxy18.70170.32670.1639
Hunter Lab43.245578.2052-49.4452
CIE-Lab50.336480.0748-47.8877

#d01fcb color RGB value is (208,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011111 11001011
Octal 320 37 313
Decimal 208 31 203
Hex D0 1F CB

RGB Percentages of Color #d01fcb

%47.06
%7.01
%45.93

CMYK Percentages of Color #d01fcb

%0
%85
%2
%18

Triadic Colors of #d01fcb

#d01fcb #cbd01f #1fcbd0

Analogous Colors of #d01fcb

#d01fcb #d01f73 #7d1fd0

Monochromatic Colors of #d01fcb

#d01fcb

Complementary Color

#d01fcb #1fd024

#d01fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01fcb Color CSS Codes

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

#d01fcb Text Font Color

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

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


#d01fcb Background Color

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

This div background color is #d01fcb


#d01fcb Border Color

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

This div border color is #d01fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01fcb


Comments

No comments written yet.

Please login to write comment.